Skip to content

Instantly share code, notes, and snippets.

@stormpython
Created March 13, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stormpython/9532427 to your computer and use it in GitHub Desktop.
Save stormpython/9532427 to your computer and use it in GitHub Desktop.

Files and Directories in Linux

  • /bin - binaries/exectuables
  • /boot - boot parameters and kernel
  • /dev - devices
  • /etc - configuration files
  • /home - users' home directories
  • /lib - libraries and system modules
  • /media - removable drives are mounted here
  • /mnt - permanently attached devices are mounted here
  • /proc - virtual directory tree containing information about the operating system
  • /root - root user's home directorydirectory
  • /tmp - temporary files
  • /usr - level programs, libraries
  • /var - dynamic data like logs, web site content, print jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment