新手学堂:Linux标准系统的文件目录简介

来源:岁月联盟 编辑:zhuzhu 时间:2007-11-06
新手学堂:Linux标准系统的文件目录简介内容简介:Linux标准系统目录 Linux System Standard Directories and Files /bin 基本命令二进制文件 ( essential command binaries ) /boot 引导加载器的固有文件 ( static files of the boot loader ) /dev 设备文件

Linux标准系统目录 Linux System Standard Directories and Files

 

/bin 基本命令二进制文件 ( essential command binaries )

 

/boot 引导加载器的固有文件 ( static files of the boot loader )

 

/dev 设备文件 ( device files )

 

/etc 本地系统配置文件 ( machine-local system configuration )

 

/etc/X11 本地X窗口系统配置文件 ( machine-local configuration for the X window system )

 

/etc/opt 保存在/opt中的附加软件包配置文件 ( configuration files for add-on software packages kept in /opt )

 

/home 用户本地目录 ( user home directories )

 

/lib 共享系统库文件和核心模块 ( shared libraries and kernel modules )

 

/lib/modules 可加载的核心模块 ( loadable kernel modules )

 

/mnt 系统文件临时挂载点 ( mount point for temporary mounting of filesystems )

 

/opt 附加软件包(可选) ( add-on software packages (optional packages) )

 

/proc 核心和进程信息虚拟文件系统 ( kernel and process information virtual filesystem )

 

/root 根用户的本地目录 ( home directory for root )

 

/sbin 基本系统二进制文件 ( essential system binaries )

 

/tmp 临时文件 ( temporary files )

 

/usr 次重要的分级文件系统 ( second major hierarchy )

 

/usr/bin 大部分的用户命令 ( most user commands )

 

/usr/bin/X11 到/usr/X11R6/bin的符号链接 ( symbolic link to /usr/X11R6/bin )

 

/usr/games 游戏和教育程序 ( games and educational programs )

 

/usr/include C编程语言的头文件 ( header files included by C programs )

 

/usr/include/X11 到 /usr/X11R6/include/X11的符号链接 ( symbolic link to /usr/X11R6/include/X11 )

 

/usr/lib 库文件 ( libraries )

 

/usr/lib/X11 到 /usr/X11R6/lib/X11的符号链接 ( symbolic link to /usr/X11R6/lib/X11 )

 

/usr/local 本地分级文件系统 ( local hierarchy )

 

/usr/man 在线文档 online manuals

 

/usr/sbin 次重要的系统管理二进制文件 ( nonvital system administration binaries )

 

/usr/share 独立性结构数据 ( architecture-independent data )

 

/usr/share/doc 其它杂项文档 ( miscellaneous documentation )

 

/usr/share/info GNU信息系统主要目录 ( GNU info system’s primary directory )

 

/usr/src 源码 ( source code )

 

/usr/X11R6 第11版本第6次修正的X窗口系统协议 ( X window system, version 11 release 6 )

 

/var 变量数据 ( variable data )

 

/var/log 日志文件 ( log files )

 

/var/spool 应用程序队列数据 ( spooled applicaion data )