hier - description of the filesystem hierarchy
A typical Linux system has, among others, the following directories:
/This is the root directory. This is where the whole tree starts.
/binThis directory contains executable programs which are needed in single user mode and to bring the system up or repair it.
/bootContains static files for the boot loader. This directory holds only
the files which are needed during the boot process. The map installer
and configuration files should go to /sbin and /etc.
The operating system kernel (initrd for example) must be located in
either / or /boot.
/devSpecial or device files, which refer to physical devices. See mknod(1).
/etcContains configuration files which are local to the machine. Some
larger software packages, like X11, can have their own subdirectories
below /etc. Site-wide configuration files may be placed here or
in /usr/etc. Nevertheless, programs should always look for
these files in /etc and you may have links for these files to
/usr/etc.
/etc/optHost-specific configuration files for add-on applications installed
in /opt.
/etc/sgmlThis directory contains the configuration files for SGML (optional).
/etc/skelWhen a new user account is created, files from this directory are usually copied into the user's home directory.
/etc/X11Configuration files for the X11 window system (optional).
/etc/xmlThis directory contains the configuration files for XML (optional).
/homeOn machines with home directories for users, these are usually beneath this directory, directly or not. The structure of this directory depends on local administration decisions (optional).
/libThis directory should hold those shared libraries that are necessary to boot the system and to run the commands in the root filesystem.
/lib<qual>These directories are variants of /lib on system which
support more than one binary format requiring separate libraries
(optional).
/lib/modulesLoadable kernel modules (optional).
/lost+foundThis directory contains items lost in the filesystem. These items are usually chunks of files mangled as a consequence of a faulty disk or a system crash.
/mediaThis directory contains mount points for removable media such as CD and DVD disks or USB sticks. On systems where more than one device exists for mounting a certain type of media, mount directories can be created by appending a digit to the name of those available above starting with '0', but the unqualified name must also exist.
/media/floppy[1-9]Floppy drive (optional).
/media/cdrom[1-9]CD-ROM drive (optional).
/media/cdrecorder[1-9]CD writer (optional).
/media/zip[1-9]Zip drive (optional).
/media/usb[1-9]USB drive (optional).
/mntThis directory is a mount point for a temporarily mounted filesystem.
In some distributions, /mnt contains subdirectories intended to
be used as mount points for several temporary filesystems.
/optThis directory should contain add-on packages that contain static files.
/procThis is a mount point for the proc filesystem, which
provides information about running processes and the kernel. This
pseudo-filesystem is described in more detail in
proc(5).
/rootThis directory is usually the home directory for the root user (optional).
/runThis directory contains information which describes the system since
it was booted. Once this purpose was served by /var/run and
programs may continue to use it.
/sbinLike /bin, this directory holds commands needed to boot the
system, but which are usually not executed by normal users.
/srvThis directory contains site-specific data that is served by this system.
/sysThis is a mount point for the sysfs filesystem, which provides
information about the kernel like /proc, but better structured,
following the formalism of kobject infrastructure.
/tmpThis directory contains temporary files which may be deleted with no notice, such as by a regular job or at system boot up.
/usrThis directory is usually mounted from a separate partition. It should hold only shareable, read-only data, so that it can be mounted by various machines running Linux.
/usr/X11R6The X-Window system, version 11 release 6 (present in FHS 2.3, removed in FHS 3.0).
/usr/X11R6/binBinaries which belong to the X-Window system; often, there is a
symbolic link from the more traditional /usr/bin/X11 to
here.
/usr/X11R6/libData files associated with the X-Window system.
/usr/X11R6/lib/X11These contain miscellaneous files needed to run X; Often, there is a
symbolic link from /usr/lib/X11 to this directory.
/usr/X11R6/include/X11Contains include files needed for compiling programs using the X11
window system. Often, there is a symbolic link from
/usr/include/X11 to this directory.
/usr/binThis is the primary directory for executable programs. Most programs executed by normal users which are not needed for booting or for repairing the system and which are not installed locally should be placed in this directory.
/usr/bin/mhCommands for the MH mail handling system (optional).
/usr/bin/X11This is the traditional place to look for X11 executables; on Linux,
it usually is a symbolic link to /usr/X11R6/bin.
/usr/dictReplaced by /usr/share/dict.
/usr/docReplaced by /usr/share/doc.
/usr/etcSite-wide configuration files to be shared between several machines
may be stored in this directory. However, commands should always
reference those files using the /etc directory. Links from
files in /etc should point to the appropriate files in
/usr/etc.
/usr/gamesBinaries for games and educational programs (optional).
/usr/includeInclude files for the C compiler.
/usr/include/bsdBSD compatibility include files (optional).
/usr/include/X11Include files for the C compiler and the X-Window system. This is
usually a symbolic link to /usr/X11R6/include/X11.
/usr/include/asmInclude files which declare some assembler functions. This used to be
a symbolic link to /usr/src/linux/include/asm.
/usr/include/linuxThis contains information which may change from system release to
system release and used to be a symbolic link to
/usr/src/linux/include/linux to get at
operating-system-specific information.
(Note that one should have include files there that work correctly
with the current libc and in user space. However, Linux kernel source is
not designed to be used with user programs and does not know anything
about the libc you are using. It is very likely that things will break
if you let /usr/include/asm and /usr/include/linux
point at a random kernel tree. Debian systems don't do this and use
headers from a known good kernel version, provided in the libc*-dev
package.)
/usr/include/g++Include files to use with the GNU C++ compiler.
/usr/libObject libraries, including dynamic libraries, plus some executables which usually are not invoked directly. More complicated programs may have whole subdirectories there.
/usr/libexecDirectory contains binaries for internal use only and they are not meant to be executed directly by users shell or scripts.
/usr/lib<qual>These directories are variants of /usr/lib on system which
support more than one binary format requiring separate libraries, except
that the symbolic link /usr/libqual/X11 is not
required (optional).
/usr/lib/X11The usual place for data files associated with X programs, and
configuration files for the X system itself. On Linux, it usually is a
symbolic link to /usr/X11R6/lib/X11.
/usr/lib/gcc-libcontains executables and include files for the GNU C compiler, gcc(1).
/usr/lib/groffFiles for the GNU groff document formatting system.
/usr/lib/uucpFiles for uucp(1).
/usr/localThis is where programs which are local to the site typically go.
/usr/local/binBinaries for programs local to the site.
/usr/local/docLocal documentation.
/usr/local/etcConfiguration files associated with locally installed programs.
/usr/local/gamesBinaries for locally installed games.
/usr/local/libFiles associated with locally installed programs.
/usr/local/lib<qual>These directories are variants of /usr/local/lib on system
which support more than one binary format requiring separate libraries
(optional).
/usr/local/includeHeader files for the local C compiler.
/usr/local/infoInfo pages associated with locally installed programs.
/usr/local/manMan pages associated with locally installed programs.
/usr/local/sbinLocally installed programs for system administration.
/usr/local/shareLocal application data that can be shared among different architectures of the same OS.
/usr/local/srcSource code for locally installed software.
/usr/manReplaced by /usr/share/man.
/usr/sbinThis directory contains program binaries for system administration
which are not essential for the boot process, for mounting
/usr, or for system repair.
/usr/shareThis directory contains subdirectories with specific application
data, that can be shared among different architectures of the same OS.
Often one finds stuff here that used to live in /usr/doc or
/usr/lib or /usr/man.
/usr/share/colorContains color management information, like International Color Consortium (ICC) Color profiles (optional).
/usr/share/dictContains the word lists used by spell checkers (optional).
/usr/share/dict/wordsList of English words (optional).
/usr/share/docDocumentation about installed programs (optional).
/usr/share/gamesStatic data files for games in /usr/games (optional).
/usr/share/infoInfo pages go here (optional).
/usr/share/localeLocale information goes here (optional).
/usr/share/manManual pages go here in subdirectories according to the man page sections.
/usr/share/man/locale/man[1-9]These directories contain manual pages for the specific locale in source code form. Systems which use a unique language and code set for all manual pages may omit the <locale> substring.
/usr/share/miscMiscellaneous data that can be shared among different architectures of the same OS.
/usr/share/nlsThe message catalogs for native language support go here (optional).
/usr/share/ppdPostscript Printer Definition (PPD) files (optional).
/usr/share/sgmlFiles for SGML (optional).
/usr/share/sgml/docbookDocBook DTD (optional).
/usr/share/sgml/teiTEI DTD (optional).
/usr/share/sgml/htmlHTML DTD (optional).
/usr/share/sgml/mathmlMathML DTD (optional).
/usr/share/terminfoThe database for terminfo (optional).
/usr/share/tmacTroff macros that are not distributed with groff (optional).
/usr/share/xmlFiles for XML (optional).
/usr/share/xml/docbookDocBook DTD (optional).
/usr/share/xml/xhtmlXHTML DTD (optional).
/usr/share/xml/mathmlMathML DTD (optional).
/usr/share/zoneinfoFiles for timezone information (optional).
/usr/srcSource files for different parts of the system, included with some packages for reference purposes. Don't work here with your own projects, as files below /usr should be read-only except when installing software (optional).
/usr/src/linuxThis was the traditional place for the kernel source. Some distributions put here the source for the default kernel they ship. You should probably use another directory when building your own kernel.
/usr/tmpObsolete. This should be a link to /var/tmp. This link is
present only for compatibility reasons and shouldn't be used.
/varThis directory contains files which may change in size, such as spool and log files.
/var/accountProcess accounting logs (optional).
/var/admThis directory is superseded by /var/log and should be a
symbolic link to /var/log.
/var/backupsReserved for historical reasons.
/var/cacheData cached for programs.
/var/cache/fontsLocally generated fonts (optional).
/var/cache/manLocally formatted man pages (optional).
/var/cache/wwwWWW proxy or cache data (optional).
/var/cache/<package>Package specific cache data (optional).
/var/catman/cat[1-9] or
/var/cache/man/cat[1-9]These directories contain preformatted manual pages according to their man page section. (The use of preformatted manual pages is deprecated.)
/var/crashSystem crash dumps (optional).
/var/cronReserved for historical reasons.
/var/gamesVariable game data (optional).
/var/libVariable state information for programs.
/var/lib/colorVariable files containing color management information (optional).
/var/lib/hwclockState directory for hwclock (optional).
/var/lib/miscMiscellaneous state data.
/var/lib/xdmX display manager variable data (optional).
/var/lib/<editor>Editor backup files and state (optional).
/var/lib/<name>These directories must be used for all distribution packaging support.
/var/lib/<package>State data for packages and subsystems (optional).
/var/lib/<pkgtool>Packaging support files (optional).
/var/localVariable data for /usr/local.
/var/lockLock files are placed in this directory. The naming convention for
device lock files is LCK..<device> where
<device> is the device's name in the filesystem. The
format used is that of HDU UUCP lock files, that is, lock files contain
a PID as a 10-byte ASCII decimal number, followed by a newline
character.
/var/logMiscellaneous log files.
/var/optVariable data for /opt.
/var/mailUsers' mailboxes. Replaces /var/spool/mail.
/var/msgsReserved for historical reasons.
/var/preserveReserved for historical reasons.
/var/runRun-time variable files, like files holding process identifiers
(PIDs) and logged user information (utmp). Files in this
directory are usually cleared when the system boots.
/var/spoolSpooled (or queued) files for various programs.
/var/spool/atSpooled jobs for at(1).
/var/spool/cronSpooled jobs for cron(8).
/var/spool/lpdSpooled files for printing (optional).
/var/spool/lpd/printerSpools for a specific printer (optional).
/var/spool/mailReplaced by /var/mail.
/var/spool/mqueueQueued outgoing mail (optional).
/var/spool/newsSpool directory for news (optional).
/var/spool/rwhoSpooled files for rwhod(8) (optional).
/var/spool/smailSpooled files for the smail(1) mail delivery program.
/var/spool/uucpSpooled files for uucp(1) (optional).
/var/tmpLike /tmp, this directory holds temporary files stored for
an unspecified duration.
/var/ypDatabase files for NIS, formerly known as the Sun Yellow Pages (YP).
https://refspecs.linuxfoundation.org/fhs.shtml">The Filesystem Hierarchy Standard (FHS), Version 3.0, published March 19, 2015
This list is not exhaustive; different distributions and systems may be configured differently.
find(1), ln(1), proc(5), file-hierarchy(7), mount(8)
The Filesystem Hierarchy Standard