chmod 755 rekursiv NUR auf Verzeichnisse 19. Mai 201019. Mai 2010 prego 4 Kommentare find . -type d -exec chmod 755 {} ;find . -type d -exec chmod 755 {} ; entsprechend ein 644 auf nur die Dateien ist: find . -type f -exec chmod 644 {} ;find . -type f -exec chmod 644 {} ; (via)