284 bytes added
, 08:07, 22 February 2010
This is how you enable sudo for a user:
* Login as root
* Run: visudo
* Find a line that says
root ALL=(ALL) ALL
* Add another line after that by typing 'o' an entering
username ALL=(ALL) ALL
* But use your user name instead of username above