Sie sind auf Seite 1von 17

1

1
File System Hierarchy

//

root
root boot
boot bin
bin var
var etc
etc tmp
tmp media
media

home
home sbin
sbin usr
usr dev
dev proc
proc opt
opt lib
lib

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
/root

This is the default home directory of administrator


(i.e., root).

4
/home

It contains all users home directories.

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
/sbin

It contains administrative commands used by


superuser.

7
/bin

This Directory contains command used by the


superuser and the normal users.

8
/usr

It contains the programs and applications which are


available for users (similar to program files on
windows)

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 is a mount point for virtual


information about currently running 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

Das könnte Ihnen auch gefallen