How to add user to sudoers list (Ubuntu)
Posted on May 17th, 2008 by Fred
As root:
#visudo
Put this line at the end (replace username with your username):
username ALL=(ALL) ALL
Ex:
# User privilege specification
root   ALL=(ALL) ALL
fred   ALL=(ALL) ALL
Discussion Area - Leave a Comment