基础知识点

来源:互联网 发布:淘宝产品拍摄技巧 编辑:程序博客网 时间:2024/05/21 06:17
/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 )  

0 0
原创粉丝点击