1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00
This commit is contained in:
shuang.kou 2020-03-06 18:08:19 +08:00
commit 5d6bc06ce8

View File

@ -280,6 +280,8 @@ Linux中的打包文件一般是以.tar结尾的压缩的命令一般是以.g
**`chmod u=rwx,g=rw,o=r aaa.txt`** **`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) ![](https://user-gold-cdn.xitu.io/2018/7/5/164697447dc6ecac?w=525&h=246&f=png&s=12362)
上述示例还可以使用数字表示: 上述示例还可以使用数字表示: