Quote:
Originally Posted by sexybabe
i have sitemap.htm on all my sites (around 150) in my server.i want to chmod from 644 to 666.
is there shell script to mass chmod these particular files?
i tried this code but not working.
chmod -R 666 fullsitemap.htm
|
i'm not an expert on this stuff but maybe
chmod -R 666 */fullsitemap.htm