The concept of directory structure on macOS

This article is aimed to introduce directories hierarchy for macOS. macOS is also followed by Filesystem Hierarchy Standard (FHS). But it has a little difference, that this article collects for you. The content of directories in macOS is divided to two part, standard directories and hidden directories.

Standard Directories

  • /Applications : Application’s contents
  • /Library : Shared libraries, files
  • /Network : Network related files and libraries.
  • /System : System related files, libraries, and preference.
  • /Users : User home directory
  • /Volumes : Mount point for removable media


  • Hidden Directories
    This directories are followed FHS on Linux. You can also reference “The concept of directory structure on Linux”.

  • /bin : Essential user command binaries
  • /dev : Devices files
  • /etc : Host-specific system configuration
  • /sbin : System binaries
  • /tmp : Temporary files
  • /usr : Secondary hierarchy
  • /var : Variable data


  • Reference: macOS File System
    profile-image
    Hello, My name is Nick, Taiwanese🇹🇼. I like to develop iOS Apps and use Unix-based operating systems. And, I love reading and traveling to fill to my life. This blog recorded all technical articles which I have faced and solved problems. Please leave your comment to discuss with me.
    comments powered by Disqus