Fixing my local development file / folder permissions sudo find . -type d -exec chmod g+rwx {} + sudo find . -type f -exec chmod g+rw {} + Published by David Peach this is me View all posts by David Peach