NAME
hier - file system hierarchy
DESCRIPTION
The following outline gives a quick tour through a representative directory hierarchy.
- /
- root
- /dev/
- devices (4)
- /bin/
- utility programs, cf /usr/bin/ (1)
- /lib/
- object libraries and other stuff, cf /usr/lib/
- /etc/
- essential data and dangerous maintenance utilities
- passwd
- password file, passwd(5)
- group
- group file, group(5)
- motd
- message of the day, login(1)
- mtab
- mounted file table, mtab(5)
- ddate
- dump history, dump(1)
- ttys
- properties of terminals, ttys(5)
- getty
- part of login, getty(8)
- init
- the father of all processes, init(8)
- rc
- shell program to bring the system up
- cron
- the clock daemon, cron(8)
- mount
- mount(1)
- wall
- wall(1)
- ...
- /tmp/
- temporary files, usually on a fast device, cf /usr/tmp/
- /usr/
- general-pupose directory, usually a mounted file system
- adm/
- administrative information
- /usr /bin
utility programs, to keep /bin/ small
- tmp/
- temporaries, to keep /tmp/ small
- dict/
- word lists, etc.
- ...
- include/
- standard #include files
- lib/
- object libraries and stuff, to keep /lib/ small
- /usr/ man/
volume 1 of this manual, man(1)
- spool/
- delayed execution files
- uucp/
- work files and staging area for uucp(1)
- mail/
- mailboxes for mail(1)
- wd
- initial working directory of a user, typically wd is the user's login name
- .profile
- set environment for sh(1), environ(5)
- calendar
- user's datebook for calendar(1)
- doc/
- papers, mostly in volume 2 of this manual, typically in ms(7) format
- sys/
- system source
- /usr/ src/
SEE ALSO
ls(1), ncheck(1), find(1), grep(1)
BUGS
The position of files is subject to change without notice.