click below
click below
Normal Size Small Size show me how
FHS-Linux
Filesysten Hierarchy Standard (FHS)
| Question | Answer |
|---|---|
| contains commands for use by all users | /bin |
| contains the Linux kernel and the files used by the boot loader | /boot |
| contains configuration files | /etc |
| contains users home directories | /home |
| contains shared program libraries | /lib |
| used to access disks such as floppy disks and CD-ROMs | /media |
| stores additional software programs | /opt |
| contains process and kernel information | /proc |
| is the root users home directory | /root |
| contains commands used only by root | /sbin |
| holds temporary files created by programs | /tmp |
| contains most system commands and utilities | /usr |
| is the location for most additional programs | /usr/local |
| contains log files and the web server files | /var |
| contains device files | /dev |