Berechtigungen von Verzeichnisbaum ändern (chmod)

find verzeichnis/ -type d -exec chmod o=rx {} \;
find verzeichnis/ -type f -exec chmod o=r {} \;