NAME
    adduser - Adds users to the system

SYNOPSIS
    adduser [USERNAME, PASSWORD]... [ADMIN RIGHTS: true/false]...

DESCRIPTION
    Adds user accounts to the computers system, allowing them to login using their own accounts. Ran without arguments, a UI is displayed.

EXAMPLES
    adduser
        Displays a UI for adding user accounts to the system.

    adduser foo bar false
        Adds the user 'foo' with the password 'bar' and without admin rights to the system.