adduser
Purpose
Section titled “Purpose”Adds a user to the computer.
adduser [USER] [PASSWORD]Arguments
Section titled “Arguments”- USER — specify the username of the new user
- PASSWORD — specify the password of the new user
Examples
Section titled “Examples”adduser volk new_passwordResult:
Added the user “volk” with password “new_password” to the computer.