# für Verzeichnisse find /var/www/html -type d -exec chmod 755 {} \; # für Dateien find /var/www/html -type f -exec chmod 644 {} \;