Report this

What is the reason for this report?

Undo sudo chown -R <user>:www-data * for home directory

Posted on February 15, 2016

I accidentally granted www-data ownership permissions for my home directory using sudo chown -R demo:www-data *. How would one go about undoing this?

Thank you.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

If you’re logged in as root,

chown -R username.groupname ~username

where groupname is usually the same as username. If instead you are using a non-root login with superuser privileges, then just prepend that command with “sudo”.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.