- Get link
- Other Apps
FILE SYSTEM A file is an object on a computer that stores data, information, settings, or commands that are used with a computer program. All of the files in the UNIX file system are organized into a multi-leveled hierarchy called a directory tree. UNIX File System is organized in tree structure. File tree can be arbitrarily deep. File name must not longer than 256 characters. Single path name must not longer than 1023 characters. ORDINARY OR REGULAR FILES A large majority of the files found on UNIX and Linux systems are ordinary files. Ordinary files contain ASCII (human-readable) text, executable program binaries, program data, and more. DIRECTORIES A directory is a binary file used to track and locate other files and directories. The binary format is used so that directories containing large numbers of filenames can be search quickly. DEVICE (SPECIAL) FILES Device or special files are used for device I/O on UNIX and Linux systems. They appear in a file system just like an ord