Tagged Questions
0
votes
1answer
800 views
Changing the permissions in root files without sudo from recovery
Hi I recently killed my etc folder by running:
sudo chmod etc 417.
Due to sudo being in that folder it cannot be accesed now, so I have to change the permissions back to the correct ones using the ...
3
votes
1answer
723 views
What are the standard file permissions for the /etc directory(file)
I kinda screwed up the /etc directory by running:
sudo chmod 417 /etc
Leaving me unable to use sudo:
sudo: can't open /etc/sudoers: permission denied.
sudo: no valid sudoers sources foundm ...