Sudo

From Amahi Wiki
Revision as of 08:07, 22 February 2010 by Cpg (talk | contribs) (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' …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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