Update chmod.md

This commit is contained in:
jaywcjlove 2018-01-23 12:25:09 +08:00
parent 4621870315
commit 896dd67e87
1 changed files with 6 additions and 6 deletions

View File

@ -66,12 +66,12 @@ Linux用 户分为:拥有者、组群(Group)、其他otherLinux系统
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--