Question
Undo sudo chown -R <user>:www-data * for home directory
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.
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.
×