Skip to content

adduser

Adds a user to the computer.

Terminal window
adduser [USER] [PASSWORD]
  • USER — specify the username of the new user
  • PASSWORD — specify the password of the new user
Terminal window
adduser volk new_password

Result:
Added the user “volk” with password “new_password” to the computer.