How are files organized in the file system?

University of Wisconsin Madison

Computer Systems Lab CS1000

Wiscinfo
Wiscinfo
CS Home
CS Home
CSL
CSL
Feedback
CS1000
Feedback
Feedback

next up previous contents index
Next: Pathnames Up: The File System Previous: What's in a

How are files organized in the file system?

The file system separates users' files using a concept called directories. Directories are special files that can contain both files and more directories. Each user on the system has a home volume in which they may create files and directories. Directories are hierarchically organized; that is, a directory has a parent directory ``above'' and may also have child directories ``below''. Similarly, each child directory can contain other files and also other child directories. Because they are hierarchically organized, directories provide a logical way to organize files. As you read through the next sections, refer to the following diagram.

   



Caitlin Howell
Thu Jan 16 20:24:40 CST 1997