Granting a User Sudo Access

June 22nd, 2011 by justin Leave a reply »

Ok, I really need to remember this one:

First: Sign is as the root user, or someone with root access

#  visudo

Under “Allow root to run any commands anywhere” add:

{username} ALL=ALL

This will give them sudo access to all commands.

Try not to crash your entire system.

Advertisement

Leave a Reply