Linux 文件系统目录描述
Directory or file
Description
/
The slash /
character alone denotes the root of the filesystem tree.
/bin
/etc
/home
/lib
/media
Default mount point for removable devices, such as USB sticks, media players, etc. By common sense, the directory itself, whose subdirectories are mountpoints, is on the root partition itself.
/mnt
Stands for mount. Empty directory commonly used by system administrators as a temporary mount point. By common sense, the directory itself, whose subdirectories are mountpoints, is on the root partition itself.
/opt
/proc
/root
/sbin
/srv
Server data (data for services provided by system).
/sys
/tmp
/unix
/usr
/usr/include
/usr/lib
Stores the needed libraries and data files for programs stored within /usr
or elsewhere.
/usr/libexec
/usr/local
/usr/share
/var
/var/log
Contains system log files.
/var/mail
/var/spool
/var/src
The place where the uncompiled source code of some programs is.
/var/tmp
The /var/tmp
directory is a place for temporary files which should be preserved between system reboots.
最后更新于