man.bsd.lv manual page server

Manual Page Search Parameters
HIER(7) Miscellaneous Information Manual HIER(7)

hier - file system hierarchy

The following outline gives a quick tour through a representative directory hierarchy.

/
root
/dev/
devices (4)
main console, tty(4)
terminals, tty(4)
phototypesetter cat(4)
disks, rp, hp(4)
raw disks, rp, hp(4)
...
/bin/
utility programs, cf /usr/bin/ (1)
assembler first pass, cf /usr/lib/as2
C compiler executive, cf /usr/lib/c[012]
...
/lib/
object libraries and other stuff, cf /usr/lib/
system calls, standard I/O, etc. (2,3,3S)
math routines (3M)
plotting routines, plot(3)
Fortran runtime support
Fortran I/O
...
second pass of as(1)
passes of cc(1)
...
/etc/
essential data and dangerous maintenance utilities
password file, passwd(5)
group file, group(5)
message of the day, login(1)
mounted file table, mtab(5)
dump history, dump(1)
properties of terminals, ttys(5)
part of login, getty(8)
the father of all processes, init(8)
shell program to bring the system up
the clock daemon, cron(8)
mount(1)
wall(1)
...
/tmp/
temporary files, usually on a fast device, cf /usr/tmp/
used by ed(1)
used by cc(1)
...
/usr/
general-pupose directory, usually a mounted file system
administrative information
login history, utmp(5)
hardware error messages
phototypesetter accounting, troff(1)
line printer accounting lpr(1)
/usr /bin
utility programs, to keep /bin/ small
temporaries, to keep /tmp/ small
used by sort(1)
used by plot(1)
word lists, etc.
principal word list, used by look(1)
history file for spell(1)
blackjack
what quiz(6) knows
category index
countries and capitals
...
...
standard #include files
object file layout, a.out(5)
standard I/O, stdio(3)
(3M)
...
system-defined layouts, cf /usr/sys/h
process accounts, acct(5)
internal system buffers
...
object libraries and stuff, to keep /lib/ small
subprocesses for lint(1)
dummy declarations for /lib/libc.a, used by lint(1)
dummy declarations for /lib/libc.m
scheduler for at(1)
passes of struct(1)
...
macros for troff(1)
macros for man(7)
macros for ms(7)
...
fonts for troff(1)
Times Roman
Times Bold
...
programs and data for uucp(1)
remote system names and numbers
the real copy program
...
table of suffixes for hyphenation, used by troff(1)
conversion tables for units(1)
list of English words to be ignored by ptx(1)
/usr/ man/
volume 1 of this manual, man(1)
general
introduction to volume 1, ms(7) format
template for manual page
chapter 1
preprinted pages for man1/
...
delayed execution files
used by at(1)
used by lpr(1)
present when line printer is active
copy of file to be printed, if necessary
daemon control file, lpd(8)
transient control file, while lpr is working
work files and staging area for uucp(1)
summary log
log file for one transaction
mailboxes for mail(1)
mail file for user uid
lock file while uid is receiving mail
initial working directory of a user, typically wd is the user's login name
.profile
set environment for sh(1), environ(5)
user's datebook for calendar(1)
papers, mostly in volume 2 of this manual, typically in ms(7) format
assembler manual
C manual
...
system source
device drivers
common code
cat(4)
DH11, tty(4)
tty(4)
...
hardware-dependent code
assembly language portion
configuration generator
...
header (include) files
acct(5)
stat(2)
...
source for system proper
system entry points
...
/usr/ src/
source programs for utilities, etc.
source of commands
assembler
recipe for rebuilding the assembler
source of pass1
source for ar(1)
...
source for nroff and troff(1)
makefile for nroff
makefile for troff
source for font tables, /usr/lib/font/
Roman
...
terminal characteristics tables, /usr/lib/term/
DASI 300
...
...
source for functions in /lib/libc.a
C runtime support
division into a long
multiplication to produce long
...
startup and wrapup routines needed with every C program
regular startup
modified startup for cc -p
system calls (2)
standard I/O functions (3S)
other functions in (3)
shell procedure to compile libc
shell procedure to make /lib/libc.a
source for /lib/libI77
...
source for /usr/games

ls(1), ncheck(1), find(1), grep(1)

The position of files is subject to change without notice.

UNIX-7