find /file/path -name "*.*" -exec chmod -x {} + ### - To reverse the changes -> run: find /file/path -name "*.*" -exec chmod +x {} +