批量设置web目录下文件、文件夹名为sitemap.xml、sitemap 属性为777cd /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 {} \;