it:debian:find
find
Сменить права
$ find . -type d -exec chmod 0755 {} \;
$ find . -type f -exec chmod 0644 {} \;
it/debian/find.txt · Последнее изменение: 2020/07/15 15:40 — ura2404
Сменить права
$ find . -type d -exec chmod 0755 {} \;
$ find . -type f -exec chmod 0644 {} \;