Skip to content

Commit

Permalink
fix: chmod permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Sep 15, 2023
1 parent 01267bc commit 300e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheet.typ
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ curl --version | head -n 1 | cut -d' ' -f2
[r: #strong[r]ead w: #strong[w]rite\
x: e#strong[x]ecute (可执行/列目录)],
)
- 特殊权限 (X, s, t) 参考 `man chmod`
- 特殊权限 (s, t, S, T) 参考 `man chmod`
- *权限的表示:八进制数字*
- 格式: 四位八进制数字,第一位可选
- 例子: `755 (rwxr-xr-x)`
Expand Down

0 comments on commit 300e595

Please sign in to comment.