Add an Admin or sudoer
First create the user :
sudo adduser USERNAME
Now add sudo permissions to the user :
sudo usermod -aG sudo USERNAME
to change the active user’s password just type :
passwd
First create the user :
sudo adduser USERNAME
Now add sudo permissions to the user :
sudo usermod -aG sudo USERNAME
to change the active user’s password just type :
passwd