To add a new user, enter the command "useradd username".
The user has been successfully created. Now assign a password to the user by running the command "passwd username".
Repeat the password.

If you want to grant administrative privileges to this user, enter the command "usermod -aG wheel username"

To verify the new user, enter the command id username".




