Add User to sudoers list
Posted by essjae on November 10, 2012
http://www.pendrivelinux.com/how-to-add-a-user-to-the-sudoers-list/
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!
Example Sudoers Screenshot:
Leave a Reply