Выставляем права доступа
chown -R webdev:www-data site chmod -R 664 site chmod -R +X site find site -type d -exec chmod g+s {} \;
[ Править ]