Main directory | Sub Dir1 | Sub dir2 | Sub dir3 | Description |
/ | | | | Known as root, It contains the Linux main directories. |
|
/bin | | | It contains all essential executables files of the linux system, that can used by the all linux system users(such as: ls,mount,chmod.. etc) |
|
/boot | | | It contains linux booting related files, that allows to linux start up. |
|
/dev | | | It contains files realted to attached peripherals (such as: keyboard, camera etc) |
|
/etc | | | It contains the administrator related commands and files (such as : passwd, .config files, group, inittab). |
| |
/etc/X11 | | It contains the specific files for the configuration of X. |
| |
/etc/opt | | It contains the configuration files for the applications installed in /opt |
|
/home | | | It is the personal user directory, where user can create their directories |
|
/lib | | | It contains the shared libraries that are necessary for the system during booting process. |
|
/mnt | | | It contains the mount points of external devices. |
|
/opt | | | It contains packages of supplementary applications. |
|
/root | | | It contains the directories that are related to the root administrator. |
|
/sbin | | | It contains the system binary files. |
|
/tmp | | | It contains temporary files & directories. |
|
/usr | | | Secondary hierarchy |
| |
/usr/X11R6 | | It is is reserved for the system X version 11 release 6. |
| |
/usr/X386 | | Reserved for the X386 system files. |
| |
/usr/bin | | It contains the binaries of the commands. |
| |
/usr/include | | It conatins the C and C++ header files, that can further use in programming. |
| |
/usr/lib | | It conatins the library files. |
| |
/usr/local | | It contains the local installed programs by the root. |
| | |
/usr/local/bin | It contains the binaries of local programs. |
| | |
/usr/local/games | It contains the binaries of local games. |
| | |
/usr/local/include | It conatins the local C and C++ header files, that can further use in programming. |
| | |
/usr/local/lib | It contains the local shared libraries |
| | |
/usr/local/sbin | It contains the local system binary files. |
| | |
/usr/local/share | It is an independent hierarchy |
| | |
/usr/local/src | It contains the local source code files. |
| |
/usr/sbin | | It contains the binary files that are reserved for the system administrator. |
| |
/usr/share | | It contains the files that are reserved for architecture's non-dependent data. |
| |
/usr/src | | It contains the source code files. |
|
/var | | | It contains the variable data |