Permessi
From Aino Wiki
Inizialmente, per sbloccare tutto
In fase di sviluppo converrebbe sbloccare tutto # find . -type f -exec chmod 644 {} \;
# find . -type d -exec chmod 777 {} \;
# chmod o+w var/htaccess
# chmod 550 mage
Opzionale ? cambio proprietario, non l'ho provato
# find . -type d -exec chown -R www-data:www-data xxxxxxx -R significa che opera ricorsivamente
Semplicemente:
# chown -R www-data:www-data xxxxxxx