File system Hierarchy Standard (Linux)



Description
Directory
The / character represents the root directory of the Linux system. All directories are below
/
The /bin directory contains binary commands that are available to all users
/bin
The /boot directory contains the kernel and bootloader files
/boot
The /dev directory contains device files that represent the devices used by the system, such as a hard drive
/dev
The /etc directory contains configuration
/etc
The /home directory contains by default the user home directories.
/home
The /lib directory contains shared program libraries and kernel modules.
/lib
The /media directory contains the /cdrom
/media

/mnt
The /root directory is the root user's home directory
/root
The /sbin directory contains system commands
/sbin
The /srv directory contains files for services such as http,ftp
/srv
The /sys directory contains the sysfs
/sys
The /tmp directory contains temporary files
/tmp
The /usr directory contains system commands and utilities
/usr
Variable data such like Log Files
/var