Change root’s password when sudoers file is misconfigured and sudo won’t work
If you misconfigure the sudoers file you may end up in a situation where you wouldn’t be able to use sudo
. This could be easely fixed by just using su
to became root and then fixing the sudoers…