Like other operating systems, Unix organizes user data, programs, etc. into structures called files. Files, in turn, are placed in directories. Directories are organized into a hierarchical structure, something like an upside down tree. This entire structure, including all of the directories and files, as well as the special structures the operating system uses to keep track of them, is called a file system. |