Notes:
Administrivia: 5 points possible: 5 2 4 2 3 3 2 2 1 1 0 1 Course Notes:
|
The File System
The file system organizes the programs, user data, accounting and configuration information, etc. Different flavors of unix have different filesystem layouts, but there are many commonalities. As you get more familiar with unix, you'll know the filesystem instinctively, but in the meantime, this is a brief overview:
/ /bin /sbin /dev /etc /home /lib /tmp /usr /usr/local /var |
the root directory basic system commands utilities and commands not used by normal users filesystem devices such as disks, mice, sound and terminals configuration files users' personal homedirectories c libraries temporary storage non-crucial programs and data for things you install accounting information, mail and print spools |
Homework due next class: