Difference between revisions of "Sudo"
From Amahi Wiki
(Created page with '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' …') |
(No difference)
|
Revision as of 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