日期:2014-05-16  浏览次数:20763 次

类Unix系统目录结构

HIER(7)? ?? ?? ?? ?? ?? ???OpenBSD Reference Manual? ?? ?? ?? ?? ?? ???HIER(7)

NAME
? ???hier - layout of filesystems

DESCRIPTION
? ???A sketch of the filesystem hierarchy.

? ???/? ?? ???Root directory.

? ???/altroot/
? ?? ?? ?? ???Alternate (backup) location for the root (`/') filesystem.

? ???/bin/? ? User utilities fundamental to both single and multi-user envi-
? ?? ?? ?? ???ronments.??These programs are statically compiled and therefore
? ?? ?? ?? ???do not depend on any system libraries to run.

? ???/bsd? ???Pure kernel executable (the operating system loaded into memory
? ?? ?? ?? ???at boot-time).

? ???/dev/? ? Block and character device files.

? ?? ?? ?? ???MAKEDEV??Script for creating device files (see makedev(8)).
? ?? ?? ?? ???fd/? ?? ?File descriptor files (see fd(4)).

? ???/emul/? ?Base directory for alternate areas searched first when system
? ?? ?? ?? ???call emulation is in effect (see compat_bsdos(8),
? ?? ?? ?? ???compat_freebsd(8), compat_ibcs2(8), compat_linux(8),
? ?? ?? ?? ???compat_sunos(8), compat_svr4(8), compat_ultrix(8)).

? ???/etc/? ? System configuration files and scripts.

? ?? ?? ?? ???localtime? ? Local timezone information (see ctime(3)).
? ?? ?? ?? ???disklabels/??Backup disklabels (see disklabel(8)).
? ?? ?? ?? ???kerberosIV/??Configuration files for the Kerberos version IV
? ?? ?? ?? ?? ?? ?? ?? ?? ?system (see kerberos(1)).
? ?? ?? ?? ???kerberosV/? ?Configuration files for the Kerberos version V sys-
? ?? ?? ?? ?? ?? ?? ?? ?? ?tem (see kerberos(1)).
? ?? ?? ?? ???mail/? ?? ???sendmail(8) configuration files (including
? ?? ?? ?? ?? ?? ?? ?? ?? ?aliases(5)).
? ?? ?? ?? ???mtree/? ?? ? mtree configuration files (see mtree(8)).
? ?? ?? ?? ???ppp/? ?? ?? ?pppd configuration files (see pppd(8)).
? ?? ?? ?? ???skel/? ?? ???Example ``.'' (dot) files for new accounts.

? ???/home/? ?Default location for user home directories.

? ???/mnt/? ? Empty directory commonly used by system administrators as a tem-
? ?? ?? ?? ???porary mount point.

? ???/root/? ?Default home directory for the superuser.

? ???/sbin/? ?System programs and administration utilities fundamental to both
? ?? ?? ?? ???single and multi-user environments.

? ???/stand/??Programs used in a stand-alone environment.

? ???/tmp/? ? Temporary files, usually an mfs(8) memory-based filesystem (the
? ?? ?? ?? ???contents of /tmp are usually not preserved across a system re-
? ?? ?? ?? ???boot).

? ???/usr/? ? Contains the majority of user utilities and applications.

? ?? ?? ?? ???X11R6/? ? Files required for the X11 window system.

? ?? ?? ?? ?? ?? ?? ?? ?bin/? ?? ?X11 binaries.
? ?? ?? ?? ?? ?? ?? ?? ?include/??X11-specific C include files.
? ?? ?? ?? ?? ?? ?? ?? ?lib/? ?? ?X11 archive libraries.

? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? X11/??Default configuration files for X11
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? and companion applications (see
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? xdm(1), xkb(1), twm(1)).

? ?? ?? ?? ?? ?? ?? ?? ?man/? ?? ?X11 manual pages.

? ?? ?? ?? ???bin/? ?? ?Common utilities, programming tools, and applications.
? ?? ?? ?? ???games/? ? Useful and semi-frivolous programs.
? ?? ?? ?? ???include/??Standard C include files.

? ?? ?? ?? ?? ?? ?? ?? ?arpa/? ?? ???C include files for Internet service pro-
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? tocols.
? ?? ?? ?? ?? ?? ?? ?? ?kerberosIV/??C include files for Kerberos IV authenti-
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? cation package (see kerberos(1)).
? ?? ?? ?? ?? ?? ?? ?? ?kerberosV/? ?C include files for Kerberos V authenti-
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? cation package (see kerberos(1)).
? ?? ?? ?? ?? ?? ?? ??