View Single Post
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#125
sudo su - only works if you added the ALL=ALL line to /etc/sudoers

Last line of sudoers file

user ALL = (ALL) NOPASSWD: ALL

This is not needed though, it will work with "sudo gainroot" also