Search Posts

Add new user

Use the adduser command to add a new user to your system:

adduser sammy

Use the usermod command to add the user to the sudo group:

usermod -aG sudo sammy