ahuser

ahuser

to add a user:
    sudo adduser <username>

to add sudo etc privilege:
    edit /etc/group
and add your username to relevant groups.  List after 3rd colon is a comma separated list of usernames.  Some groups to add yourself to:
    adm cdrom sudo dip plugdev sambashare lpadmin

To edit sudoers with vi:
    sudo update-alternatives --config editor