Search This Blog

Tuesday, February 7, 2012

How to add a user to the sudoers list | USB Pen Drive Linux

How to add a user to the sudoers list | USB Pen Drive Linux: "How to add a user to the sudoers list


How to add a user to the sudoers list? Beleive it or not, this is a fairly common question and in all reality the answer is quite simple. Adding a user to the sudoers list on a fully installed Linux system such as Debian is only possible via the command visudo. Users in the sudoers list are allowed the privileges to run commands and open files as the root user. In the following quick tutorial, we will show you how adding a new sudoer is quickly done.


How to add a user to the sudoers list:

Open a Root Terminal and type visudo (to access and edit the list)
Using the up/down arrows, navigate to the bottom of the sudoers file that is now displayed in the terminal
Just under the line that looks like the following:
root ALL=(ALL) ALL

Add the following (replacing user with your actual username):
user ALL=(ALL) ALL

Now press Ctrl+X and press Y when promted to save
That's it, your new user now has root privileges!

No comments:

Post a Comment