I given wrong permission to the /etc folder wrongly
chmod -R 777 /etc
While i want to login as root it gives me error and gives the following output.
How can i give the correct permission and fix this ?
system13@motpl:~$ sudo su
sudo: /etc/sudoers is mode 0777, should be 0440
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
system13@motpl:~$ su root
Password:
su: Authentication failure
system13@motpl:~$