chmod rekursif
-R, --recursive
chmod -R 755 /path/to/directory
Wicked Wolf
-R, --recursive
chmod -R 755 /path/to/directory
find . -name "*.sh" -exec chmod +x {} \;