The adduser command is more user friendly than useradd, which is usually reserved for scripting applications
sudo adduser -u <uid> <username>
usermod -aG <examplegroup> <exampleusername>
usermod -aG sudo <username>
Last updated 5 years ago