Skip to main content
IBM 
ShopSupportDownloads
IBM HomeProductsConsultingIndustriesNewsAbout IBM
IBM : developerWorks : Linux : Education - Tutorials
LPI certification 101 exam prep, Part 2
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackNext
3. FHS and finding files
  


Filesystem Hierarchy Standard page 1 of 21


The Filesystem Hierarchy Standard is a document that specifies the layout of directories on a Linux system. The FHS was devised to provide a common layout to simplify distribution-independent software development. The FHS specifies the following directories (taken directly from the FHS specification):

  • / (the root directory)
  • /boot (static files of the boot loader)
  • /dev (device files)
  • /etc (host-specific system configuration)
  • /lib (essential shared libraries and kernel modules)
  • /mnt (mount point for mounting a filesystem temporarily)
  • /opt (add-on application software packages)
  • /sbin (essential system binaries)
  • /tmp (temporary files)
  • /usr (secondary hierarchy)
  • /var (variable data)


Main menuSection menuFeedbackNext
PrivacyLegalContact