source: trunk/minix/man/man7/hier.7@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 4.6 KB
Line 
1.TH HIER 7
2.SH NAME
3hier \- file system hierarchy
4.SH DESCRIPTION
5.de SP
6.if t .sp 0.4
7.if n .sp
8..
9A tour through the MINIX 3 directory hierarchy.
10.nf
11.SP
12/ root
13.SP
14/bin/ Utility programs, cf /usr/bin/ (1)
15 cat Show files, \fBcat\fP(1)
16 sh Shell, \fBsh\fP(1)
17 mount Mount file systems, \fBmount\fP(8)
18 ...
19.SP
20/boot Boot Monitor, \fBmonitor\fP(8)
21.SP
22/dev/ devices (4)
23 console
24 Main console, \fBtty\fP(4)
25 tty* Terminals, \fBtty\fP(4)
26 hd* Hard disk, \fBhd\fP(4)
27 fd* Floppy disk, \fBfd\fP(4)
28 ...
29.SP
30/etc/ System configuration and data files, cf /usr/etc/ (1,5,8)
31 ethers Ethernet addresses database, \fBethers\fP(5)
32 fstab File system table, \fBfstab\fP(5)
33 group Groups database, \fBgroup\fP(5)
34 hostname.file
35 Name of the local system, \fBusage\fP(5)
36 hosts TCP/IP hosts database, \fBhosts\fP(5)
37 hosts.equiv
38 Network equivalent hosts, \fBhosts.equiv\fP(5)
39 inet.conf
40 Inet server config file, \fBinet\fP(8)
41 keymap Keymap for custom keyboard, \fBloadkeys\fP(8)
42 motd Message of the day, \fBlogin\fP(1)
43 mtab Mounted file system table, \fBfstab\fP(5)
44 passwd User database, \fBpasswd\fP(5)
45 profile
46 System wide shell profile, \fBsh\fP(1)
47 rc System startup script, \fBboot\fP(8)
48 resolv.conf
49 TCP/IP domain name system, \fBresolv.conf\fP(5)
50 services
51 TCP/IP names to services, \fBservices\fP(5)
52 serv.access
53 Internet service access control, \fBserv.access\fP(5)
54 shadow Shadow password database, \fBpasswd\fP(5)
55 termcap
56 Terminal type descriptions, \fBtermcap\fP(5)
57 ttytab Terminals device table, \fBttytab\fP(5)
58 utmp User login database, \fBlogin\fP(1)
59 ...
60.SP
61/minix
62 MINIX 3 kernel image, \fBmonitor\fP(8)
63.SP
64/tmp/ Small, short-lived temporary files, cf /usr/tmp/
65.SP
66/usr/ Home directories and more system files
67.SP
68 adm/ System administration files (1,5,8)
69 lastlog
70 Last logins, \fBlogin\fP(1)
71 log
72 Default log file
73 old
74 Last weeks log files
75 wtmp
76 User logins and logouts, \fBlogin\fP(1)
77 *.cache
78 Cached data of some programs
79 ...
80.SP
81 ast/ Honorary home directory of Andrew S. Tanenbaum
82 Also new user initial files
83.SP
84 \fIuser\fP/ Home directory of \fIuser\fP
85 .ashrc Ash (shell) startup, \fBash\fP(1)
86 .ellepro.b1
87 Elle (editor) startup (compiled), \fBelle\fP(1)
88 .ellepro.e
89 Elle (editor) startup (text), \fBelle\fP(1)
90 .exrc Ex/vi (editor) startup, \fBex\fP(1)
91 .profile
92 Custom user shell profile, \fBsh\fP(1)
93 .rhosts Remote user permission file, \fBrhosts\fP(5)
94 ...
95.SP
96 bin/ User programs
97 cc C compiler, \fBcc\fP(1)
98 cp Copy files, \fBcp\fP(1)
99 ls List files, \fBls\fP(1)
100 man Show manual pages, \fBman\fP(1)
101 ...
102.SP
103 etc/ More system data files, cf /etc (8)
104 rc Continued system startup, \fBboot\fP(8)
105 daily
106 Daily system cleanup
107 ...
108.SP
109 include/
110 C-compiler include files
111 minix/ MINIX 3 kernel include files
112 ...
113 ...
114.SP
115 lib/ Compiler libraries and other support stuff
116 cawf/ Text formatter support files, \fBcawf\fP(1)
117 crontab
118 Cron jobs, \fBcron\fP(8)
119 dict/ Word lists
120 words American English word list, \fBlook\fP(1)
121 ...
122 libc.a C library (Minix-8086 only), \fBcc\fP(1)
123 \fIarch\fP Per architecture compiler binaries and
124 libaries, \fBcc\fP(1)
125 ...
126.SP
127 local/ Local software, cf /usr/
128 bin/ Local utilities
129 etc/ Local data files
130 rc Local system startup
131 ...
132 man/ Local manual pages
133 src/ Local sources
134 ...
135.SP
136 man/ Manual pages, \fBman\fP(1)
137 cat*/ Preformatted manual pages
138 man0/ Section 0, Book style user commands
139 man1/ User commands
140 man2/ System calls
141 man3/ Library routines
142 man4/ Device files
143 man5/ File formats
144 man6/ Games
145 man7/ Miscellaneous
146 man8/ System utilities
147 whatis Table of manual pages, \fBwhatis\fP(5)
148 ...
149.SP
150 mdec/
151 boot Bootstrap code, \fBinstallboot\fP(8)
152 ...
153.SP
154 preserve/
155 Saved elvis editor buffers, \fBelvprsv\fP(8), \fBelvrec\fP(1)
156.SP
157 spool/ Mail and command spooling
158 at/ At jobs, \fBat\fP(1)
159 past/ Completed at jobs
160 mail/ Mail drops, \fBmail\fP(1)
161 \fIuser\fP Mailbox of \fIuser\fP
162 ...
163 ...
164.SP
165 src/ System and command sources (home of bin)
166 LICENSE
167 MINIX 3 license to use
168 commands/
169 Utility sources
170 crclist
171 CRC checksums of the source tree, \fBsrccrc\fP(8)
172 lib/ Library sources
173 fs/ File system
174 inet/ TCP/IP task
175 kernel/
176 Kernel
177 mm/ Memory manager
178 boot/ Boot Monitor
179 tools/ Kernel image making tools, \fBtools\fP(8)
180.SP
181 tmp/ Large temporary files
182.fi
183.SH "SEE ALSO"
184.BR ls (1),
185.BR man (1),
186.BR find (1),
187.BR grep (1),
188.BR checkhier (8).
189.SH NOTES
190Not all of the directories and files shown are present. They must be
191created as needed.
192.SH BUGS
193Many of the listed manual references do not yet exist.
194.SH AUTHOR
195Kees J. Bot (kjb@cs.vu.nl)
Note: See TracBrowser for help on using the repository browser.