chmod -R u+rwX,go+rX,go-w ./
find ./ -type d -print0 | xargs -0 chmod 0755
find ./ -type f -print0 | xargs -0 chmod 0644