From ca1f5ad470a16ce5434da9d6e519df4881344b65 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 22 Oct 2022 15:57:01 +0800 Subject: [PATCH] doc: update `chmod.md`. --- docs/chmod.md | 237 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 234 insertions(+), 3 deletions(-) diff --git a/docs/chmod.md b/docs/chmod.md index 6cd4029..b69a15f 100644 --- a/docs/chmod.md +++ b/docs/chmod.md @@ -31,9 +31,18 @@ $ chmod -R 755 my_directory ### Chmod 生成器 -```html +
+权限: +
-``` +--- + +  | User | Group | Other +:- | :- | :- | :- +读 _(Read)_ | | | +写 _(Write)_ | | | +执行 _(Execute)_ | | | + Chmod 生成器允许您以数字和符号的形式快速、直观地生成权限。 @@ -263,4 +272,226 @@ $ find /path -type f -exec chmod 644 {} \; 另见 ---- -* [使用 chmod 修改文件权限](https://www.linode.com/docs/guides/modify-file-permissions-with-chmod/) _(linode.com)_ \ No newline at end of file +* [使用 chmod 修改文件权限](https://www.linode.com/docs/guides/modify-file-permissions-with-chmod/) _(linode.com)_ + +