Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
04-linux:10-administration:hierarchie [2019/05/14 00:35] – Roge | 04-linux:10-administration:hierarchie [2019/05/14 00:40] (Version actuelle) – Roge | ||
---|---|---|---|
Ligne 47: | Ligne 47: | ||
This directory should contain add-on packages that contain static files. | This directory should contain add-on packages that contain static files. | ||
- | * /proc This is a mount point for the proc filesystem, which provides information about running processes and the kernel. | + | * /proc |
- | pseudo-filesystem is described in more detail in proc(5). | + | |
- | * / | + | This is a mount point for the proc filesystem, which provides information about running processes and the kernel. |
- | * /sbin Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users. | + | * /root |
- | | + | This directory is usually the home directory for the root user (optional). |
+ | |||
+ | * /sbin | ||
+ | |||
+ | Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users. | ||
+ | |||
+ | | ||
+ | |||
+ | This directory contains site-specific data that is served by this system. | ||
* /sys This is a mount point for the sysfs filesystem, which provides information about the kernel like /proc, but better structured, following the formalism of kobject infrastructure. | * /sys This is a mount point for the sysfs filesystem, which provides information about the kernel like /proc, but better structured, following the formalism of kobject infrastructure. | ||
Ligne 63: | Ligne 70: | ||
* /usr/bin | * /usr/bin | ||
- | | + | |
- | | + | This is the primary directory for executable programs. |
* /usr/lib | * /usr/lib | ||
- | | + | |
- | + | Object libraries, including dynamic libraries, plus some executables which usually are not invoked directly. More complicated programs may have whole subdirectories there. | |
* /usr/local | * /usr/local | ||
- | | + | |
+ | This is where programs which are local to the site typically go. | ||
* /usr/share | * /usr/share | ||
- | | + | |
- | | + | This directory |
- | | + | |
+ | * /var | ||
+ | |||
+ | This directory contains files which may change in size, such as spool and log files. | ||
| |