recursive chmod directories only
find . -type d -exec chmod 755 {} \;
oder (mit Ausgabe)
find . -type d -exec chmod 755 {} \; -print
Categories: Linux
find . -type d -exec chmod 755 {} \;
oder (mit Ausgabe)
find . -type d -exec chmod 755 {} \; -print