Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1129692
  • 博文数量: 153
  • 博客积分: 10576
  • 博客等级: 上将
  • 技术积分: 2137
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-02 21:01
文章分类

全部博文(153)

文章存档

2009年(43)

2008年(110)

分类: LINUX

2008-10-08 16:26:05

Common Directories and Their FHS PurposeDirectory FHS Purpose
/bin/ Essential commands for admins and users
/usr/bin/ Common commands for admins and users
/sbin/ Essential commands for admins
/usr/sbin/ Common commands for admins
/tmp/ Temporary files for all users
/usr/local/ Location for locally-installed software independent of operating
system updates
/usr/share/man/ Manual pages (refer to the “Manual Pages” section in this chapter
for details)
/usr/src/ Source code
102 CHAPTER 4 Understanding Linux Concepts
/var/ Variable data files such as spool files and log files
/var/log/ Log files, can include subdirectories
/etc/ Configuration files, can include subdirectories
/proc/ Kernel virtual filesystem

/dev/ Device files

详情可参考

文件:fhs-2.3.pdf.pdf
大小:498KB
下载:下载

阅读(1023) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~