first commit
This commit is contained in:
5
content/deepin折腾笔记/第十一章/11.2.md
Executable file
5
content/deepin折腾笔记/第十一章/11.2.md
Executable file
@@ -0,0 +1,5 @@
|
||||
# 11.2 递归更改文件所有者
|
||||
|
||||
1 sudo chown -R <用户名>:<用户名> *
|
||||
|
||||
2 find . -exec sudo chown <用户名>:<用户名> {} \;
|
||||
Reference in New Issue
Block a user