cd /www/web find ./ -name ‘sitemap‘ -exec chmod -R 777 {} \; find ./ -name ‘sitemap.xml‘ -exec chmod -R 777 {} \;
find /www/web/ -name ‘sitema*‘ -exec chmod -R 777 {} \;
linux批量设置部分文件与文件夹权限,布布扣,bubuko.com
原文:http://www.cnblogs.com/afish/p/3928783.html