Add new user and add it to sudo group
With 12.04 and later
If the user already exists
sudo usermod -aG sudo <username>
To create the user
adduser <username> --group sudo
My daily IT journal
With 12.04 and later
If the user already exists
sudo usermod -aG sudo <username>
To create the user
adduser <username> --group sudo