From 84b61fa1fcf9dad9a6b7fb272121909453e2fd92 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 8 May 2018 22:05:21 +0800 Subject: [PATCH] update --- Introduction.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Introduction.md b/Introduction.md index 69dcf17..0528b2b 100644 --- a/Introduction.md +++ b/Introduction.md @@ -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 #启动核心文件 @@ -41,4 +42,6 @@ Ubuntu 16.04 /sys #这个目录跟/proc 非常类似,也是一个虚拟的文件系统,主要也是记录与内核相关的信息。 /usr #注意 usr 并不是 user 的缩写,而是Unix Software Resource的缩写,即 Unix 操作系统软件资源放在该目录,而不是用户的数据。 /var #软件运行所产生的文件 -``` \ No newline at end of file +``` + +补充:其他 `Linux` 系统的发行版目录大致也是一样的。 \ No newline at end of file