linux:chmod
Inhaltsverzeichnis
chmod
Tips & Tricks
Nur Dateien in allen Unterordnern ändern
find . -type f | xargs chmod 644
linux/chmod.txt · Zuletzt geändert: von move
find . -type f | xargs chmod 644