I made changes with sudo visudo on Ubuntu 10.04. I get error in shell:

sudo: unknown defaults entry `env_resets'

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Try selecting the "Root Shell" item in the main menu -- AFAIK it is not dependent from sudo -- and edit /etc/sudoers with nano or your other favourite editor. The env_resets token should have been typed env_reset.

link|improve this answer
$ sudo nano /etc/sudoers Thank you very much! – Yosef Jun 7 '10 at 15:18
Hmm, when I broke sudo as an experiment, it did not allowed to launch anything... – whitequark Jun 7 '10 at 15:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.