1 assunto , 0 resposta
25 assuntos, 572 respostas
cd your/www/directory find . -type d | xargs chmod 775 find . -type f | xargs chmod 664 chown -R www-data:www-data .
1 assunto , 1 resposta