Skip to content

Commit 5d6bc06

Browse files
committed
Merge branch 'master' of https://github.com/Snailclimb/JavaGuide
2 parents 4fb2492 + 05b0be6 commit 5d6bc06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/operating-system/后端程序员必备的Linux基础知识.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ Linux中的打包文件一般是以.tar结尾的,压缩的命令一般是以.g
280280

281281
**`chmod u=rwx,g=rw,o=r aaa.txt`**
282282

283+
**`chmod -R u=rwx,g=rwx,o=rwx ./log`** // 递归给log目录下的所有文件授权
284+
283285
![](https://user-gold-cdn.xitu.io/2018/7/5/164697447dc6ecac?w=525&h=246&f=png&s=12362)
284286

285287
上述示例还可以使用数字表示:

0 commit comments

Comments
 (0)