mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-07-03 10:46:45 +08:00
Merge pull request #669 from litzhou/patch-1
Update 后端程序员必备的Linux基础知识.md
This commit is contained in:
commit
05b0be6d3b
@ -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目录下的所有文件授权
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
上述示例还可以使用数字表示:
|
上述示例还可以使用数字表示:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user