From 896dd67e877e4a297152e502f4c6a3b9c5f0a3aa Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 23 Jan 2018 12:25:09 +0800 Subject: [PATCH] Update chmod.md --- command/chmod.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/command/chmod.md b/command/chmod.md index bd25f31774..ff9a5938e3 100644 --- a/command/chmod.md +++ b/command/chmod.md @@ -66,12 +66,12 @@ Linux用 户分为:拥有者、组群(Group)、其他(other),Linux系统 linux文件的用户权限的分析图 ```bash --rw-r--r-- 1 user staff 651 Oct 12 12:53 .gitmodules -↑╰┬╯╰┬╯╰┬╯ -┆ ┆ ┆ ╰┈ 0 其他人 -┆ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ g 属组 -┆ ╰┈┈┈┈ u 属组 -╰┈┈ 第一个字母 `d` 代表目录,`-` 代表普通文件 + -rw-r--r-- 1 user staff 651 Oct 12 12:53 .gitmodules +# ↑╰┬╯╰┬╯╰┬╯ +# ┆ ┆ ┆ ╰┈ 0 其他人 +# ┆ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ g 属组 +# ┆ ╰┈┈┈┈ u 属组 +# ╰┈┈ 第一个字母 `d` 代表目录,`-` 代表普通文件 ``` 例:rwx rw- r--