Код: Выделить всё
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -type d -exec chown www.www {} \;
find . -type f -exec chown www.www {} \;
Код: Выделить всё
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -type d -exec chown www.www {} \;
find . -type f -exec chown www.www {} \;