entering sudo in a terminal session, I get the following response:
>>> /etc/sudoers.d/sudoers: too many levels of includes near line 30 <<<
sudo: parse error in /etc/sudoers.d/sudoers near line 30
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
When I first installed Ubuntu 20.04, I also removed the login requirement for entering a password on boot, having used other systems which did not have this requirement.
How can I recover from my errors and lack of understanding without re-installing Ubuntu 20.04?
sudoers
file directly, but always usevisudo
. I guess you can edit yoursudoers
usingpkexec visudo
. – pLumo Dec 16 '21 at 06:12