Benutzer:MickiMedia/FHS
aus Wikipedia, der freien Enzyklopädie
Directory | Description |
---|---|
/bin/ | Essential command binaries for all users (e.g., cat, ls, cp) |
/boot/ | Boot loader files (e.g., kernels, initrd) |
/dev/ | Essential devices (e.g., /dev/null) |
/etc/ | Host-specific system-wide configuration files. |
|
Configuration files for /opt/ |
|
Configuration files for the X Window System, version 11 |
|
Configuration files for SGML. |
|
Configuration files for XML. |
/home/ | Users' home directories. |
/lib/ | Libraries essential for the binaries in /bin/ and /sbin/ |
/mnt/ | Temporarily mounted filesystems. |
/media/ | Mount points for removable media such as CD-ROMs (appeared in FHS-2.3) |
/opt/ | Static application software packages. |
/proc/ | Virtual filesystem documenting kernel and process status, mostly text files (e.g., uptime, network) |
/root/ | Home directory for the root user. |
/sbin/ | System administrative binaries (e.g., init, route, ifup) (system binaries) |
/tmp/ | Temporary files. (See also /var/tmp) |
/srv/ | Site-specific data which is served by the system. |
/usr/ | Secondary hierarchy for user shareable, read-only data. |
|
Same as for top-level hierarchy, but non-essential (not needed to bring the system up or recover after problems). |
|
Standard include files. |
|
Same as for top-level hierarchy. |
|
Same as for top-level hierarchy, but non-essential (e.g. daemons for various network-services). |
|
Architecture-independent (shared) data. |
|
Source code. (e.g. the kernel source code with its header files) |
|
X Window System, Version 11 Release 6. |
|
Tertiary hierarchy for local data, specific to this host. |
/var/ | Variable files, such as logs, databases, websites, and temporary e-mail files. |
|
Lock files. Files keeping track of resources currently in use. |
|
Log files. Various logs. |
|
Users mail-boxes. |
|
Information about the running system since last boot. (e.g. currently logged-in users and running daemons) |
|
Spool for tasks waiting to be processed. (e.g. print queues and unread mail) |
|
Deprecated location for users mail-boxes. |
|
Temporary files. Preferred to /tmp once in multi-user mode. |