chmod -R 777 {folder}
有没有一个标志,我可以添加到chmod命令使chmod只适用于子目录?
find {folder} -type d -print0 | xargs -0 chmod 777