免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 646 | 回复: 0
打印 上一主题 下一主题

Linux系统结构- - [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-09-14 15:10 |只看该作者 |倒序浏览

                Linux系统结构- -
                                 
                           
                                 
According to the FHS(Filesystem Hierarchy Standard), the / directory must contain or have links to the following directories:   
1) bin: This directory contains command files for use by the system
administrator or other users. Note: The /bin directory cannot contain
subdirectories.   
2) boot: The /boot directory contains the system kernel, which is the
core of the Enterprise Linux operating system. This directory also
contains files related to booting the system.     3) dev: This directory contains files with information about devices, either hardware or software, on the system.   
4) etc: The /etc directory and its subdirectories contain most of the
system configuration files. If you have the X Window System installed
on your system, the X11 subdirectory is located here.
Networking-related configuration files are located in the sysconfig
subdirectory.   
5) home: This directory contains the directories of users on the
system. Subdirectories of /home are created and named automatically for
each user who has an account on the system. For example, my home
directory is identified as /home/terry.     6) lib: The /lib directory and its subdirectories contain shared system files and kernel modules.   
7) media: This directory is the location of the mount point for
temporary file systems, such as a floppy or CD drive. Before any file
system can be used by Enterprise Linux, it must first be mounted.
Mounting a file system requires that it be given a location on the /
file system that can be referenced. Most administrators use the /mnt
directory for this purpose.      8) opt: This directory is frequently used to hold applications that are installed on the system.   
9) proc: The /proc directory is a virtual file system that acts as an
interface to the kernel’s internal data structure. You can get detailed
information about your system hardware and even change kernel
parameters while the system is running.  
10) root: This is the home directory of the root user. Don’t confuse
this directory with the / directory, which has the same name.   11) sbin: This directory contains system binaries (programs) that are used by the system administrators or root user.    12) tmp: The /tmp directory holds temporary files that are used by the running system.  
13) usr: This directory contains shareable, read-only data.
Subdirectories can be used for holding applications, typically in
/usr/local.   14) var: Files and subdirectories under /var contain variable information such as system logs and print queues.
装系统的时候,很多人其实都不理解这些吧.给你们借鉴下..
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/21366/showart_171160.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP