linux文件系统结构

Linux 的七个运行级别和含义

0.halt    关机

1.Multiuser  without NFS  多用户

2.Full multiuser mode  完全多用户

3.unused

4.X11     图形界面

5.reboot   重新启动

TO comply with FSSTND  遵守文件系统标准

/     -first  of mount point in linux

/etc   -keep linux default configuration

/boot  -keep important linux booting files(can be a separate file system)

/bin   -essential command binaries for both root and ord.users

/sbin  -essential system binaries for administrator

/dev   -keep all device files

/usr    -keep all user binary and X library

/home  -keep user home directory

/proc   -is pseudo file system for tracking running process and state of  linux system

/var    -keoping mail, log file and printer spooling

/lib    -contain shared libary that is required by system program

/temp  - contain system temporary file

/opt    - add on appliacation software packages

你可能感兴趣的:(linux,图形)