How to fix the error “/etc/sudoers is owned by uid 1000, should be 0”?
Just type:
chown -R root.root /etc/
This will make everything inside the directory to be owned and under group “root”, otherwise sudo will keep giving you errors.
How to fix the error “/etc/sudoers is owned by uid 1000, should be 0”?
Just type:
chown -R root.root /etc/
This will make everything inside the directory to be owned and under group “root”, otherwise sudo will keep giving you errors.