How do I make sudo ask for the root password?
Ok, here it is again so you can set the checkmark.
In /etc/sudoers
, add this line:
Defaults rootpw
to turn on the rootpw flag, making sudo ask for the root password.
You need to turn the rootpw
flag on.