The Filesystem Hierarchy Standard (FHS) defines the main directories and their contents in most Linux-based computer operating systems. It is a formalization and extension of common UNIX practices.
The current version is 2.3, announced on 29 January2004.
The process of developing a standard filesystem hierarchy began in August 1993 with an effort to restructure the file and directory structure of Linux. The FSSTND (Filesystem Standard), a filesystem hierarchy standard specific to the Linux operating system, was released on February 14, 1994. Subsequent revisions were released on October 9, 1994 and March 28, 1995.
In early 1996, the goal of developing a more comprehensive version of FSSTND to address not only Linux, but other Unix-like systems was adopted with the help of members of the BSD development community. As a result, a concerted effort was made to focus on issues that were general to Unix-like systems. In recognition of this widening of scope, the name of the standard was changed to Filesystem Hierarchy Standard, or FHS for short.
The FHS is maintained by the Free Standards Group, a non-profit organization consisting of major software and hardware vendors, such as HP, Red Hat, IBM and Dell. Still, the vast majority of the Linux distributions, including those developed by members of the Free Standards Group, do not follow this proposed standard 100%. In particular, paths specifically created by the FHS editors, such as /srv/, do not see widespread usage. Some Linux systems reject the FHS in favor of a different approach, as in GoboLinux. Since the FHS began as a Linux initiative, other UNIX and Unix-like operating systems generally completely ignore it in favor of their own systems, which sometimes vary wildly -- for example, Mac OS X uses names such as /Library/, /Applications/, and /Users/ in tandem with its traditional UNIX directory hierarchy.
Directory structure
In the FHS all files and directories appear under the root directory "/", even if they are stored on different physical devices. Note however that some of these directories may or may not be present on a Unix system depending on whether certain subsystems, such as the X Window System, are installed.
The majority of these directories exist in all UNIX operating systems and are generally used in much the same way; however, the descriptions here are those used specifically for the FHS, and are not considered authoritative for platforms other than Linux.
Directory
Description
/
Primary hierarchy root and root directory of the entire file system hierarchy.
^ Historically and strictly according to the standard, /usr/local/ is for data that must be stored on the local host (as opposed to /usr/, which may be mounted across a network. In real world use however, /usr/ is rarely remotely mounted, and /usr/local/ is more often used for installing software/data that is not part of the standard operating system distribution (in such case, /usr/ would only contain software/data that is part of the standard operating system distribution). It is possible that the FHS standard may in the future be changed to reflect this de-facto convention).