HIER.7
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:4k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH HIER 7
  2. .SH NAME
  3. hier - file system hierarchy
  4. .SH DESCRIPTION
  5. .de SP
  6. .if t .sp 0.4
  7. .if n .sp
  8. ..
  9. A tour through the Minix directory hierarchy.
  10. .nf
  11. .SP
  12. / root
  13. .SP
  14. /bin/ Utility programs, cf /usr/bin/ (1)
  15. cat Show files, fBcatfP(1)
  16. sh Shell, fBshfP(1)
  17. mount Mount file systems, fBmountfP(8)
  18. ...
  19. .SP
  20. /boot Boot Monitor, fBmonitorfP(8)
  21. .SP
  22. /dev/ devices (4)
  23. console
  24. Main console, fBttyfP(4)
  25. tty* Terminals, fBttyfP(4)
  26. hd* Hard disk, fBhdfP(4)
  27. fd* Floppy disk, fBfdfP(4)
  28. ...
  29. .SP
  30. /etc/ System configuration and data files, cf /usr/etc/ (1,5,8)
  31. ethers Ethernet addresses database, fBethersfP(5)
  32. fstab File system table, fBfstabfP(5)
  33. group Groups database, fBgroupfP(5)
  34. hostname.file
  35. Name of the local system, fBusagefP(5)
  36. hosts TCP/IP hosts database, fBhostsfP(5)
  37. hosts.equiv
  38. Network equivalent hosts, fBhosts.equivfP(5)
  39. keymap Keymap for custom keyboard, fBloadkeysfP(8)
  40. motd Message of the day, fBloginfP(1)
  41. mtab Mounted file system table, fBfstabfP(5)
  42. passwd User database, fBpasswdfP(5)
  43. psdatabase
  44. Kernel info for ps command, fBpsfP(1)
  45. profile
  46. System wide shell profile, fBshfP(1)
  47. rc System startup script, fBbootfP(8)
  48. resolv.conf
  49. TCP/IP domain name system, fBresolv.conffP(5)
  50. services
  51. TCP/IP names to services, fBservicesfP(5)
  52. shadow Shadow password database, fBpasswdfP(5)
  53. termcap
  54. Terminal type descriptions, fBtermcapfP(5)
  55. ttys Active terminals, fBinitfP(8)
  56. ttytype
  57. Terminal types, fBloginfP(1)
  58. utmp User login database, fBloginfP(1)
  59. ...
  60. .SP
  61. /minix
  62. Minix kernel image, fBmonitorfP(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. wtmp
  70. User logins and logouts, fBloginfP(1)
  71. ...
  72. .SP
  73. ast/ Honorary home directory of Andrew S. Tanenbaum
  74. Also new user initial files
  75. .SP
  76. fIuserfP/ Home directory of fIuserfP
  77. .ashrc Ash (shell) startup, fBashfP(1)
  78. .ellepro.b1
  79. Elle (editor) startup (compiled), fBellefP(1)
  80. .ellepro.e
  81. Elle (editor) startup (text), fBellefP(1)
  82. .exrc Ex/vi (editor) startup, fBexfP(1)
  83. .profile
  84. Custom user shell profile, fBshfP(1)
  85. .rhosts Remote user permission file, fBrhostsfP(5)
  86. ...
  87. .SP
  88. bin/ User programs
  89. cc C compiler, fBccfP(1)
  90. cp Copy files, fBcpfP(1)
  91. ls List files, fBlsfP(1)
  92. man Show manual pages, fBmanfP(1)
  93. ...
  94. .SP
  95. etc/ More system data files, cf /etc (8)
  96. ...
  97. .SP
  98. include/
  99. C-compiler include files
  100. minix/ Minix kernel include files
  101. ...
  102. ...
  103. .SP
  104. lib/ Compiler libraries and other support stuff
  105. cawf/ Text formatter support files, fBcawffP(1)
  106. crontab
  107. Cron jobs, fBcronfP(8)
  108. dict/ Word lists
  109. words American English word list, fBlookfP(1)
  110. ...
  111. libc.a C library (Minix-8086 only), fBccfP(1)
  112. fIarchfP Per architecture compiler binaries and
  113. libaries, fBccfP(1)
  114. ...
  115. .SP
  116. local/ Local software, cf /usr/
  117. bin/ Local utilities
  118. man/ Local manual pages
  119. src/ Local sources
  120. ...
  121. .SP
  122. man/ Manual pages, fBmanfP(1)
  123. cat*/ Preformatted manual pages
  124. man0/ Section 0, Book style user commands
  125. man1/ User commands
  126. man2/ System calls
  127. man3/ Library routines
  128. man4/ Device files
  129. man5/ File formats
  130. man6/ Games
  131. man7/ Miscellaneous
  132. man8/ System utilities
  133. whatis Table of manual pages, fBwhatisfP(5)
  134. ...
  135. .SP
  136. mdec/
  137. boot Bootstrap code, fBinstallbootfP(8)
  138. ...
  139. .SP
  140. preserve/
  141. Saved elvis editor buffers, fBelvprsvfP(8), fBelvrecfP(1)
  142. .SP
  143. spool/ Mail and command spooling
  144. at/ At jobs, fBatfP(1)
  145. past/ Completed at jobs
  146. mail/ Mail drops, fBmailfP(1)
  147. fIuserfP Mailbox of fIuserfP
  148. ...
  149. ...
  150. .SP
  151. src/ System and command sources (home of bin)
  152. LICENSE
  153. Minix license to use
  154. commands/
  155. Utility sources
  156. crclist
  157. CRC checksums of the source tree, fBsrccrcfP(8)
  158. lib/ Library sources
  159. fs/ File system
  160. inet/ TCP/IP task
  161. kernel/
  162. Kernel
  163. mm/ Memory manager
  164. boot/ Boot Monitor
  165. tools/ Kernel image making tools, fBtoolsfP(8)
  166. .SP
  167. tmp/ Large temporary files
  168. .fi
  169. .SH "SEE ALSO"
  170. .BR ls (1),
  171. .BR man (1),
  172. .BR find (1),
  173. .BR grep (1),
  174. .BR checkhier (8).
  175. .SH NOTES
  176. Not all of the directories and files shown are present.  They must be
  177. created as needed.
  178. .SH BUGS
  179. Many of the listed manual references do not yet exist.
  180. .SH AUTHOR
  181. Kees J. Bot (kjb@cs.vu.nl)