148 B
Executable File
148 B
Executable File
11.9 为子目录和文件设置不同权限
1 find . -type d -exec sudo chmod 755 {} \;
2 find . -type f -exec sudo chmod 644 {} \;
1 find . -type d -exec sudo chmod 755 {} \;
2 find . -type f -exec sudo chmod 644 {} \;