sudo find . -type d -exec chmod g+rwx {} +
sudo find . -type f -exec chmod g+rw {} +

This website is 100% maintained and written by a human bean. AI is NOT WELCOME HERE.
sudo find . -type d -exec chmod g+rwx {} +
sudo find . -type f -exec chmod g+rw {} +