1
1
File System Hierarchy
//
root root
boot boot
home home
sbin sbin
bin bin
var var
usr usr
etc etc
dev dev
tmp tmp
proc proc
media media
opt opt
lib lib 2
2
/
This Directory is called as root Directory. It is the top of the file system structure. All other Directories are mounted under it.
3
3
/root
This is the default home directory of administrator (i.e., root).
4
4
/home
It contains all users home directories.
5
5
/boot
This Directory contains the Kernel, the core of the operating system. This also contains the files related to booting the system such as the boot loader and the initial ramdisk.
6
6
/sbin
It contains administrative commands used by superuser.
7
7
/bin
This
Directory contains
command used by
the
superuser and the normal users.
8
8
/usr
It contains the programs and applications which are available for users (similar to program files on windows)
9
9
/var
It contains variable information , such as logs and print queues.
10
10
/dev
This
Directory
contains
devices
nodes
through
which the operating system can access hardware and software devices on the system.
11
11
/etc
It contains all configuration files.
12
12
/proc
This
Directory
information
is
about
a
mount currently
point
for
running
virtual system
processes. This Directory is empty until the proc file system is mounted.
13
13
/tmp
This Directory contains temporary files used by the system
14
14
/opt
It contains the third party applications ex:- Corel Word Perfect Sun Star Office
15
15
/media
It contains default mount points of removable media such as cdrom, floppy disk, pendrive.
16
16
/lib
It
contains
libraries
need
by
no.
of
different
applications as well as linux kernel.
17
17