Add new user
To add a new user
> adduser username
Add new user to sudoers list
> sudo mv firefox /opt/ > [sudo] password for username: > username is not in the sudoers file. This incident will be reported
To allow user to carry out admin task, you will need to add user to the sudoers file – /etc/sudoers – see resources 1 for full descriptions. Edit the file and add the following after the line for root user
root ALL=(ALL:ALL) ALL username ALL=(ALL:ALL) ALL
Resources
- Sudoers – ubuntu.com