Skip to content

Commit

Permalink
Update linux_command.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyanng authored Jan 3, 2024
1 parent d664f2d commit 7a9e55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
|作用|命令|
|---|---|
|切换为root用户|`sudo su -`|
|改变文件夹所有权|#先以所有者用户登录,再运行`chown <username> <filepath>`|
|改变文件权限(读写)|`chmod 600 <filename>`|
|改变文件权限(读写执行)|`chmod 700 <filename>`|

Expand Down

0 comments on commit 7a9e55b

Please sign in to comment.