HIER.7
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:4k
- .TH HIER 7
- .SH NAME
- hier - file system hierarchy
- .SH DESCRIPTION
- .de SP
- .if t .sp 0.4
- .if n .sp
- ..
- A tour through the Minix directory hierarchy.
- .nf
- .SP
- / root
- .SP
- /bin/ Utility programs, cf /usr/bin/ (1)
- cat Show files, fBcatfP(1)
- sh Shell, fBshfP(1)
- mount Mount file systems, fBmountfP(8)
- ...
- .SP
- /boot Boot Monitor, fBmonitorfP(8)
- .SP
- /dev/ devices (4)
- console
- Main console, fBttyfP(4)
- tty* Terminals, fBttyfP(4)
- hd* Hard disk, fBhdfP(4)
- fd* Floppy disk, fBfdfP(4)
- ...
- .SP
- /etc/ System configuration and data files, cf /usr/etc/ (1,5,8)
- ethers Ethernet addresses database, fBethersfP(5)
- fstab File system table, fBfstabfP(5)
- group Groups database, fBgroupfP(5)
- hostname.file
- Name of the local system, fBusagefP(5)
- hosts TCP/IP hosts database, fBhostsfP(5)
- hosts.equiv
- Network equivalent hosts, fBhosts.equivfP(5)
- keymap Keymap for custom keyboard, fBloadkeysfP(8)
- motd Message of the day, fBloginfP(1)
- mtab Mounted file system table, fBfstabfP(5)
- passwd User database, fBpasswdfP(5)
- psdatabase
- Kernel info for ps command, fBpsfP(1)
- profile
- System wide shell profile, fBshfP(1)
- rc System startup script, fBbootfP(8)
- resolv.conf
- TCP/IP domain name system, fBresolv.conffP(5)
- services
- TCP/IP names to services, fBservicesfP(5)
- shadow Shadow password database, fBpasswdfP(5)
- termcap
- Terminal type descriptions, fBtermcapfP(5)
- ttys Active terminals, fBinitfP(8)
- ttytype
- Terminal types, fBloginfP(1)
- utmp User login database, fBloginfP(1)
- ...
- .SP
- /minix
- Minix kernel image, fBmonitorfP(8)
- .SP
- /tmp/ Small, short-lived temporary files, cf /usr/tmp/
- .SP
- /usr/ Home directories and more system files
- .SP
- adm/ System administration files (1,5,8)
- wtmp
- User logins and logouts, fBloginfP(1)
- ...
- .SP
- ast/ Honorary home directory of Andrew S. Tanenbaum
- Also new user initial files
- .SP
- fIuserfP/ Home directory of fIuserfP
- .ashrc Ash (shell) startup, fBashfP(1)
- .ellepro.b1
- Elle (editor) startup (compiled), fBellefP(1)
- .ellepro.e
- Elle (editor) startup (text), fBellefP(1)
- .exrc Ex/vi (editor) startup, fBexfP(1)
- .profile
- Custom user shell profile, fBshfP(1)
- .rhosts Remote user permission file, fBrhostsfP(5)
- ...
- .SP
- bin/ User programs
- cc C compiler, fBccfP(1)
- cp Copy files, fBcpfP(1)
- ls List files, fBlsfP(1)
- man Show manual pages, fBmanfP(1)
- ...
- .SP
- etc/ More system data files, cf /etc (8)
- ...
- .SP
- include/
- C-compiler include files
- minix/ Minix kernel include files
- ...
- ...
- .SP
- lib/ Compiler libraries and other support stuff
- cawf/ Text formatter support files, fBcawffP(1)
- crontab
- Cron jobs, fBcronfP(8)
- dict/ Word lists
- words American English word list, fBlookfP(1)
- ...
- libc.a C library (Minix-8086 only), fBccfP(1)
- fIarchfP Per architecture compiler binaries and
- libaries, fBccfP(1)
- ...
- .SP
- local/ Local software, cf /usr/
- bin/ Local utilities
- man/ Local manual pages
- src/ Local sources
- ...
- .SP
- man/ Manual pages, fBmanfP(1)
- cat*/ Preformatted manual pages
- man0/ Section 0, Book style user commands
- man1/ User commands
- man2/ System calls
- man3/ Library routines
- man4/ Device files
- man5/ File formats
- man6/ Games
- man7/ Miscellaneous
- man8/ System utilities
- whatis Table of manual pages, fBwhatisfP(5)
- ...
- .SP
- mdec/
- boot Bootstrap code, fBinstallbootfP(8)
- ...
- .SP
- preserve/
- Saved elvis editor buffers, fBelvprsvfP(8), fBelvrecfP(1)
- .SP
- spool/ Mail and command spooling
- at/ At jobs, fBatfP(1)
- past/ Completed at jobs
- mail/ Mail drops, fBmailfP(1)
- fIuserfP Mailbox of fIuserfP
- ...
- ...
- .SP
- src/ System and command sources (home of bin)
- LICENSE
- Minix license to use
- commands/
- Utility sources
- crclist
- CRC checksums of the source tree, fBsrccrcfP(8)
- lib/ Library sources
- fs/ File system
- inet/ TCP/IP task
- kernel/
- Kernel
- mm/ Memory manager
- boot/ Boot Monitor
- tools/ Kernel image making tools, fBtoolsfP(8)
- .SP
- tmp/ Large temporary files
- .fi
- .SH "SEE ALSO"
- .BR ls (1),
- .BR man (1),
- .BR find (1),
- .BR grep (1),
- .BR checkhier (8).
- .SH NOTES
- Not all of the directories and files shown are present. They must be
- created as needed.
- .SH BUGS
- Many of the listed manual references do not yet exist.
- .SH AUTHOR
- Kees J. Bot (kjb@cs.vu.nl)