Adding user to your Debian Linux is a very common tasks. In this tutorial I will show you what are the various methods to add a new user.

You must be a root user or a user in the sudo group. Below are the steps.

sudo adduser <username>

If the user is not in the sudo group, you can su to root and do the change in root.