Fixing my local development file / folder permissions 📰 Posted on 17th November 202011th August 2025 by David Peach | Category: Programming sudo find . -type d -exec chmod g+rwx {} + sudo find . -type f -exec chmod g+rw {} +