Linux File System Root Directories

  • /bin - Command libraries essential for the running of the system.
  • /boot - Files required for system boot leader.
  • /dev - Device files.
  • /etc - System wide configuration files and host specification.
  • /home - User home directories.
  • /lib - Shared library modules.
  • /media - Media such as CD ROMs.
  • /mnt - Temporary mounted file systems, including USB devices.
  • /opt - Add on application software packages.
  • /proc - A virtual file system that provides information about the system's processes and kernel.
  • /root - Home directory for the root user.
  • /run - Runtime process data.
  • /sbin - System binaries.
  • /srv - Site specific data served by the system.
  • /sys - An interface to the kernel. Provides a filesystem-like view of information and configuration settings that the kernel provides.
  • /temp - Temporary files.
  • /usr - User binaries.
  • /var - Files that are expected to change often.

Add new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
5 + 14 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.