Skip to content

Commit 896dd67

Browse files
committed
Update chmod.md
1 parent 4621870 commit 896dd67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

command/chmod.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ Linux用 户分为:拥有者、组群(Group)、其他(other),Linux系统
6666
linux文件的用户权限的分析图
6767

6868
```bash
69-
-rw-r--r-- 1 user staff 651 Oct 12 12:53 .gitmodules
70-
↑╰┬╯╰┬╯╰┬╯
71-
┆ ┆ ┆ ╰┈ 0 其他人
72-
┆ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ g 属组
73-
┆ ╰┈┈┈┈ u 属组
74-
╰┈┈ 第一个字母 `d` 代表目录,`-` 代表普通文件
69+
-rw-r--r-- 1 user staff 651 Oct 12 12:53 .gitmodules
70+
# ↑╰┬╯╰┬╯╰┬╯
71+
# ┆ ┆ ┆ ╰┈ 0 其他人
72+
# ┆ ┆ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ g 属组
73+
# ┆ ╰┈┈┈┈ u 属组
74+
# ╰┈┈ 第一个字母 `d` 代表目录,`-` 代表普通文件
7575
```
7676

7777
例:rwx rw- r--

0 commit comments

Comments
 (0)