未验证 提交 eb45e107 编写于 作者: L Lit Zhou 提交者: GitHub

Update 后端程序员必备的Linux基础知识.md

补充一个递归授权命令
上级 69931cf2
......@@ -280,6 +280,8 @@ Linux中的打包文件一般是以.tar结尾的,压缩的命令一般是以.g
**`chmod u=rwx,g=rw,o=r aaa.txt`**
**`chmod -R u=rwx,g=rwx,o=rwx ./log`** // 递归给log目录下的所有文件授权
![](https://user-gold-cdn.xitu.io/2018/7/5/164697447dc6ecac?w=525&h=246&f=png&s=12362)
上述示例还可以使用数字表示:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册