2012/10/12

Permissions

(not optimised for performance, but does the job):

find . -name '.svn' -prune -o -type d -exec chown www-data:www-data {} \;
-exec chmod 700 {} \; -o -type f -exec chown www-data:www-data {} \; -exec chmod 600 {} \;

No comments:

Post a Comment