>Start
Each directory listed above is described in detail
in separate subsections further on in this document.
>End
This commit is contained in:
binh 2004-02-03 19:09:00 +00:00
parent 25e1cced75
commit df97ca84c2
1 changed files with 9 additions and 3 deletions

View File

@ -8,15 +8,16 @@
<para>
<screen>
/ -- the root directory
/bin Essential command binaries
/boot Static files of the boot loader
/dev Device files
/etc Host-specific system configuration
/lib Essential shared libraries and kernel modules
/media Mount point for removeable media
/mnt Mount point for mounting a filesystem temporarily
/opt Add-on application software packages
/sbin Essential system binaries
/srv Data for services provided by this system
/tmp Temporary files
/usr Secondary hierarchy
/var Variable data
@ -37,6 +38,11 @@
</screen>
</para>
<para>
Each directory listed above is described in detail
in separate subsections further on in this document.
</para>
<para>
The reference system will be based upon Debian 3.0r0 (Woody),
2.4.18 kernel configured to a Redhat kernel-2.4.18-i686.config file.
@ -159,8 +165,8 @@
As we all know Linux file system starts with /, the root directory.
All other directories are 'children' of this directory. The partition
which the root file system resides on is mounted first during boot and
the system will not boot if it doesn't find it. / contains these
sub-directories:
the system will not boot if it doesn't find it. On our reference system,
the root directory contains the following sub-directories:
</para>
<para>