Sudo
From Amahi Wiki
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