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

操作系统开发

开发平台:

C/C++

  1. HIER(7)                   Minix Programmer's Manual                    HIER(7)
  2. NAME
  3.      hier - file system hierarchy
  4. DESCRIPTION
  5.      A tour through the Minix directory hierarchy.
  6.      /       root
  7.      /bin/   Utility programs, cf /usr/bin/ (1)
  8.              cat     Show files, cat(1)
  9.              sh      Shell, sh(1)
  10.              mount   Mount file systems, mount(8)
  11.              ...
  12.      /boot   Boot Monitor, monitor(8)
  13.      /dev/   devices (4)
  14.              console
  15.                      Main console, tty(4)
  16.              tty*    Terminals, tty(4)
  17.              hd*     Hard disk, hd(4)
  18.              fd*     Floppy disk, fd(4)
  19.              ...
  20.      /etc/   System configuration and data files, cf /usr/etc/ (1,5,8)
  21.              ethers  Ethernet addresses database, ethers(5)
  22.              fstab   File system table, fstab(5)
  23.              group   Groups database, group(5)
  24.              hostname.file
  25.                      Name of the local system, usage(5)
  26.              hosts   TCP/IP hosts database, hosts(5)
  27.              hosts.equiv
  28.                      Network equivalent hosts, hosts.equiv(5)
  29.              keymap  Keymap for custom keyboard, loadkeys(8)
  30.              motd    Message of the day, login(1)
  31.              mtab    Mounted file system table, fstab(5)
  32.              passwd  User database, passwd(5)
  33.              psdatabase
  34.                      Kernel info for ps command, ps(1)
  35.              profile
  36.                      System wide shell profile, sh(1)
  37.              rc      System startup script, boot(8)
  38.              resolv.conf
  39.                      TCP/IP domain name system, resolv.conf(5)
  40.              services
  41.                      TCP/IP names to services, services(5)
  42.              shadow  Shadow password database, passwd(5)
  43.              termcap
  44.                      Terminal type descriptions, termcap(5)
  45.              ttys    Active terminals, init(8)
  46.                                                                              1
  47. HIER(7)                   Minix Programmer's Manual                    HIER(7)
  48.              ttytype
  49.                      Terminal types, login(1)
  50.              utmp    User login database, login(1)
  51.              ...
  52.      /minix
  53.              Minix kernel image, monitor(8)
  54.      /tmp/   Small, short-lived temporary files, cf /usr/tmp/
  55.      /usr/   Home directories and more system files
  56.              adm/    System administration files (1,5,8)
  57.                      wtmp
  58.                              User logins and logouts, login(1)
  59.                      ...
  60.              ast/    Honorary home directory of Andrew S. Tanenbaum
  61.                      Also new user initial files
  62.              user/   Home directory of user
  63.                      .ashrc  Ash (shell) startup, ash(1)
  64.                      .ellepro.b1
  65.                              Elle (editor) startup (compiled), elle(1)
  66.                      .ellepro.e
  67.                              Elle (editor) startup (text), elle(1)
  68.                      .exrc   Ex/vi (editor) startup, ex(1)
  69.                      .profile
  70.                              Custom user shell profile, sh(1)
  71.                      .rhosts Remote user permission file, rhosts(5)
  72.                      ...
  73.              bin/    User programs
  74.                      cc      C compiler, cc(1)
  75.                      cp      Copy files, cp(1)
  76.                      ls      List files, ls(1)
  77.                      man     Show manual pages, man(1)
  78.                      ...
  79.              etc/    More system data files, cf /etc (8)
  80.                      ...
  81.              include/
  82.                      C-compiler include files
  83.                      minix/  Minix kernel include files
  84.                              ...
  85.                      ...
  86.              lib/    Compiler libraries and other support stuff
  87.                      cawf/   Text formatter support files, cawf(1)
  88.                                                                              2
  89. HIER(7)                   Minix Programmer's Manual                    HIER(7)
  90.                      crontab
  91.                              Cron jobs, cron(8)
  92.                      dict/   Word lists
  93.                              words   American English word list, look(1)
  94.                              ...
  95.                      libc.a  C library (Minix-8086 only), cc(1)
  96.                      arch    Per architecture compiler binaries and
  97.                              libaries, cc(1)
  98.                      ...
  99.              local/  Local software, cf /usr/
  100.                      bin/    Local utilities
  101.                      man/    Local manual pages
  102.                      src/    Local sources
  103.                      ...
  104.              man/    Manual pages, man(1)
  105.                      cat*/   Preformatted manual pages
  106.                      man0/   Section 0, Book style user commands
  107.                      man1/   User commands
  108.                      man2/   System calls
  109.                      man3/   Library routines
  110.                      man4/   Device files
  111.                      man5/   File formats
  112.                      man6/   Games
  113.                      man7/   Miscellaneous
  114.                      man8/   System utilities
  115.                      whatis  Table of manual pages, whatis(5)
  116.                      ...
  117.              mdec/
  118.                      boot    Bootstrap code, installboot(8)
  119.                      ...
  120.              preserve/
  121.                      Saved elvis editor buffers, elvprsv(8), elvrec(1)
  122.              spool/  Mail and command spooling
  123.                      at/     At jobs, at(1)
  124.                              past/   Completed at jobs
  125.                      mail/   Mail drops, mail(1)
  126.                              user    Mailbox of user
  127.                              ...
  128.                      ...
  129.              src/    System and command sources (home of bin)
  130.                      LICENSE
  131.                              Minix license to use
  132.                      commands/
  133.                              Utility sources
  134.                                                                              3
  135. HIER(7)                   Minix Programmer's Manual                    HIER(7)
  136.                      crclist
  137.                              CRC checksums of the source tree, srccrc(8)
  138.                      lib/    Library sources
  139.                      fs/     File system
  140.                      inet/   TCP/IP task
  141.                      kernel/
  142.                              Kernel
  143.                      mm/     Memory manager
  144.                      boot/   Boot Monitor
  145.                      tools/  Kernel image making tools, tools(8)
  146.              tmp/    Large temporary files
  147. SEE ALSO
  148.      ls(1), man(1), find(1), grep(1), checkhier(8).
  149. NOTES
  150.      Not all of the directories and files shown are  present.   They  must  be
  151.      created as needed.
  152. BUGS
  153.      Many of the listed manual references do not yet exist.
  154. AUTHOR
  155.      Kees J. Bot (kjb@cs.vu.nl)
  156.                                                                              4