I want to assign www-data user full rights in folder /var/www/ and all of the files inside this folder.
I have tried chown www-data /var/www/
|
I want to assign www-data user full rights in folder /var/www/ and all of the files inside this folder. I have tried |
||||
chownas root, e.g.sudo chown -R www-data /var/www/. – Gilles Apr 25 '11 at 22:26