/tmp
这是临时目录 。对于某些程序来说 , 有些文件被用了一次两次之后 , 就不会再被用到 , 像这样的文件就放在这里 。有些linux系统会定期自动对这个目录进行清理 , 因此 , 千万不要把重要的数据放在这里 。
/usr
Here’s where you’ll find extra utilities that don’t fit under /bin or /etc. Things like games, printer utilities, and whatnot. /usr is divided into sections like /usr/bin for programs, /usr/share for shared data like sound files or icons, /usr/lib for libraries whick cannot be directly run but are essential for running other programs.Your package manager takes care of the things in /usr for you.
/usr
在这个目录下 , 你可以找到那些不适合放在/bin或/etc目录下的额外的工具 。比如像游戏阿 , 一些打印工具拉等等 。/usr目录包含了许多子目 录: /usr/bin目录用于存放程序;/usr/share用于存放一些共享的数据 , 比如音乐文件或者图标等等;/usr/lib目录用于存放那些不能直接 运行的 , 但却是许多程序运行所必需的一些函数库文件 。你的软件包管理器(应该是“新立得”吧)会自动帮你管理好/usr目录的 。
/opt
Here’s where optional stuff is put. Trying out the latest Firefox beta? Install it to /opt where you can delete it without affecting other settings. Programs in here usually live inside a single folder whick contains all of their data, libraries, etc.
/opt
这里主要存放那些可选的程序 。你想尝试最新的firefox测试版吗?那就装到/opt目录下吧 , 这样 , 当你尝试完 , 想删掉firefox的时候 , 你就可 以直接删除它 , 而不影响系统其他任何设置 。安装到/opt目录下的程序 , 它所有的数据、库文件等等都是放在同个目录下面 。
举个例子:刚才装的测试版firefox , 就可以装到/opt/firefox_beta目录下 , /opt/firefox_beta目录下面就包 含了运 行firefox所需要的所有文件、库、数据等等 。要删除firefox的时候 , 你只需删除/opt/firefox_beta目录即可 , 非常简单 。
/usr/local
This is where most manually installed(ie. outside of your package manager) software goes. It has the same structure as /usr. It is a good idea to leave /usr to your package manager and put any custom scripts and things into /usr/local, since nothing important normally lives in /usr/local.
/usr/local
这里主要存放那些手动安装的软件 , 即不是通过“新立得”或apt-get安装的软件 。它和/usr目录具有相类似的目录结构 。让软件包管理器来管理/usr目录 , 而把自定义的脚本(scripts)放到/usr/local目录下面 , 我想这应该是个不错的主意 。
/media
Some distros use this folder to mount things like usb disks, cd or dvd drives and other filesystems.
/media
有些linux的发行版使用这个目录来挂载那些usb接口的移动硬盘(包括U盘)、CD/DVD驱动器等等 。
【CentOS 系统各个目录的作用详解】
推荐阅读
- 常用的网站cms内容管理系统推荐
- 收集+持续更新 CentOS7 防火墙相关操作与端口配置
- CentOS8 - 怎么设置静态IP
- 白帽黑客常用的5大渗透测试系统测评
- x86与x64的区别?云服务器如何选择操作系统?
- 阿里“推荐系统”背后的算法介绍
- 国内首个茶界品牌形象系统推出
- 中国茶企推出品牌形象系统,印象大红袍
- 武夷星全新品牌形象系统发布
- CentOS 6.8 安装vsftpd的方法步骤
