sudo useradd <name> -d /home/<name> -m
sudo passwd <name>
sudo chmod u+w /etc/sudoers
sudo gedit /etc/sudoers
# add <name> ALL=(ALL:ALL) ALL
sudo chmod u-w /etc/sudoers
sudo gedit /etc/passwd
sudo useradd <name> -d /home/<name> -m
sudo passwd <name>
sudo chmod u+w /etc/sudoers
sudo gedit /etc/sudoers
# add <name> ALL=(ALL:ALL) ALL
sudo chmod u-w /etc/sudoers
sudo gedit /etc/passwd