Question
How do I revert the group ownership of www-data to default?
I entered sudo usermod -g www-data ftpuser
How do I return it to the default values?
Is it owned by root? If so it would be:
sudo usermod -g www-data root
?
How do i check the ownership of www-data?
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.
×