Linux mengatur izin untuk semua pola pencocokan file
find . -name "*.sh" -exec chmod +x {} \;
Super Dude
find . -name "*.sh" -exec chmod +x {} \;