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)_ + +