View Single Post
felbutss's Avatar
Posts: 579 | Thanked: 286 times | Joined on Oct 2009 @ Australia
#11
Originally Posted by daperl View Post
I'm not sure if this is the best advice, but if, as root, you add the following line to

/etc/sudoers

Code:
user ALL = NOPASSWD: ALL
you should be able to run anything as root by putting

sudo

in front of it. For instance,

Code:
sudo whoami
should output "root" and not "user."

i missed this step. how do i apply this to the above tutorial you made???