Add user using adduser command:
sudo adduser <username>
Add to sudo group:
sudo usermod -aG sudo <username>
Comments
Post a Comment