Chapter 4. Program usage

Table of Contents

Execution
User Interface

Execution

AddUser-NG has following execution syntax:

adduser-ng [[-h] | [--help]] [[-u] | [--user-interface]] [[-S] | [--skip]] [[-v] | [--verbose]] [[-V] | [--version]] group_name login

Program options:

[[-h] | [--help]]

Show help and exit.

[[-u] | [--user-interface]]

Use other user interface, than the one defined in configuration.

[[-S] | [--skip]]

In case any plugin returns information that it has been already executed, skip it silently.

[[-v] | [--verbose]]

Show more messages during program work (especially usefull for developers and users that wish to know what is happening during program work).

[[-V] | [--version]]

Print program version number and exit.

Program parameters

                    

group_name

Group name (group file name), to add new user to.

                    

login

New account name.

Example 4.1.  Program execution example

bash# adduser-ng clients
mark