Skip to content

Commit 05b0be6

Browse files
authored
Merge pull request Snailclimb#669 from litzhou/patch-1
Update 后端程序员必备的Linux基础知识.md
2 parents a8251a8 + eb45e10 commit 05b0be6

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)