学习笔记20140428 FHS文件系统

fhs  (filesystem hierarchy standard)

/bin:二进制命令,为所有的用户使用

/sbin系统二进制的命令,为管理员使用

/boot(static files of the booloader)内核  bootloader

/dev  device设备文件

/etc  配置文件,

/home  普通用户的家目录(user home directories)

/lib essential shared libraries and kernel modules 基础的 共享库,内核模块,

/media   mount point for removeable  media 挂载移动存储点

/mnt mount point for a temporarily  非移动设备挂载点

/opt  add-on application software packages  第三方的可选安装路径,目前使用少

/root   root家目录

/srv  data for services provided by this system  当前系统相关的中间数据

/tmp  temparayr files临时文件,公共位置

/usr  hierarechy   (read only)诸多系统运行中的关联文件

/usr/share

/usr/bin

/usr/sbin

/usr/lib

第三方应用程序/usr/local/bin

/sbin

/lib

/usr/include 库文件,编译出错找/usr/include

/usr/share平台无关

/usr/src编译源程序

/var发生变法的文件

  /var/log日志

  /var/spool (application spool data程序池数据缓冲)

  /var/mail

  /var/run  run-time variable data

  /var/cache缓存数据

  /var/lib 变化状态信息

  /var/lib/hwclock

/proc内核信息,运行中的内核信息(伪文件系统

/sys  内核信息,硬件无关


你可能感兴趣的:(fhs)