Integrated File System Introduction
"root" (/) file system
The "root" (/) file system takes full advantage of the stream file support and hierarchical directory structure of the integrated file system. The "root" (/) file system has the characteristics of the Disk Operating System (DOS) and OS/2 file systems.
In addition, it:
- Is optimized for stream file input/output.
- Supports multiple hard links and symbolic links.
- Supports local sockets.
- Supports *OOPOOL objects.
- Supports threadsafe application program interfaces (APIs).
- Supports *FIFO objects.
- Supports the /dev/null and /dev/zero *CHRSF objects as well as other *CHRSF objects.
- Supports the journaling of object changes.
The "root" (/) file system has support for the character special files (*CHRSF) called /dev/null and /dev/zero. Character special files are associated with a device or resource of a computer system. They have path names that appear in directories and have the same access protection as regular files. The /dev/null or /dev/zero character special files are always empty, and any data written to /dev/null or /dev/zero is discarded. The files /dev/null and /dev/zero have an object type of *CHRSF and can be used like regular files, except that no data is ever read in the/dev/null file, and the /dev/zero file always returns successfully with the data cleared to zeros.
For more information on the "root" (/) file system, see Use the "root" (/) file system.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]