HOWTO add user to sudoers list in Debian/Ubuntu
You need to have root access to do that. So the first step to become root with the following command:
ken@debian:~$ su
Password:
debian:/home/ken# visudo
Now you can add a username to the list. For example:
ken ALL=(ALL) ALL
Save the file to complete the process.
Credit: Ubuntu Forum




7 comments