批量设置web目录下文件、文件夹名为sitemap.xml、sitemap 属性为777
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 {} \;
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 {} \;
转载于:https://www.cnblogs.com/afish/p/3928783.html
1531
3万+

被折叠的 条评论
为什么被折叠?