update
This commit is contained in:
parent
21cc62ec08
commit
84b61fa1fc
@ -6,7 +6,7 @@
|
||||
|
||||
`Linx` 是一个支持多用户、多任务的系统。
|
||||
|
||||
`Linux` 系统上一切都是以文件的形式存在,所有文件命名要提现文件的格式或内容,`demo.php` 代表这是一个 `php` 文件,`demo.txt` 代表 `txt` 文件,`demo.tar.gz` 代表以 `gzip` 压缩的打包文件。
|
||||
`Linux` 系统上一切都是以文件的形式存在,文件和目录名称都区分大小写的。所有文件命名要提现文件的格式或内容,`demo.php` 代表这是一个 `php` 文件,`demo.txt` 代表 `txt` 文件,`demo.tar.gz` 代表以 `gzip` 压缩的打包文件。
|
||||
|
||||
## Linux 的优势
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
## Linux 的目录结构
|
||||
|
||||
Ubuntu 16.04
|
||||
|
||||
```
|
||||
/bin #用户二进制文件
|
||||
/boot #启动核心文件
|
||||
@ -42,3 +43,5 @@ Ubuntu 16.04
|
||||
/usr #注意 usr 并不是 user 的缩写,而是Unix Software Resource的缩写,即 Unix 操作系统软件资源放在该目录,而不是用户的数据。
|
||||
/var #软件运行所产生的文件
|
||||
```
|
||||
|
||||
补充:其他 `Linux` 系统的发行版目录大致也是一样的。
|
Loading…
x
Reference in New Issue
Block a user