Setting up sudo on Gnu/Linux
2011/11/17
If sudo is not set up properly you will have to:
- Add line
%sudo ALL=(ALL) ALLto/etc/sudoers - Add users that can use unrestricted(but need to authenticate) sudo to group sudo
- Each Gnome user to run
gksu-propertiesand change authentication mode to sudo, to tell gnome to use sudo instead of su
Advertisement
No comments yet