find . -type d -exec chmod u=rwx,go=rx {} \;<br>find . -type f -exec chmod u=rw,go=r {} \;
или
find . -type d -exec chmod 755 {} \;<br>find . -type f -exec chmod 644 {} \;
/root → Дзен'nix→ Установка прав на файлы при помощи find chmod
find . -type d -exec chmod u=rwx,go=rx {} \;<br>find . -type f -exec chmod u=rw,go=r {} \;
или
find . -type d -exec chmod 755 {} \;<br>find . -type f -exec chmod 644 {} \;