... bits and pieces of everyday stuff
find my_directory -type d -exec chmod 755 {} \;
find my_directory -type f -exec chmod 644 {} \;
No comments:
Post a Comment