Pages

Thursday, August 26, 2010

Find Usefull Commands

# find /path/to/base/dir -type f -exec chmod 755 {} \;

# find public_html/ -type f -exec chmod 644 {} \;

No comments:

Post a Comment