I am trying to change the ownership of a folder and all its contents to www-data
, but am being denied permission to change it. I am root. and I've tried using sudo
but nothing works.
eyedea@eyedea-ER912AA-ABA-SR1810NX-NA620:/var/www$ chown -R www-data.www-data /var/www/drupal/
chown: changing ownership of `/var/www/drupal/scripts/run-tests.sh': Operation not permitted
chown: changing ownership of `/var/www/drupal/scripts/code-clean.sh': Operation not permitted
chown: changing ownership of `/var/www/drupal/scripts/drupal.sh': Operation not permitted
chown
a file? – enzotib Feb 09 '12 at 17:07