Purpose
Define
a new user to the appliance.
Syntax
user
add username [ defaultpass ]
Parameters
- username
- User name to
be added. User names must consist of alphanumeric
characters or the special characters: dot(.), dash(-), underscore(_)
or plus(+).
- defaultpass
- Default password to assign to new user name
Usage Notes
- If the password
is not provided on the initial command invocation,
the command line interface (CLI) prompts for the password and a confirmation
of the password.
Example
Add
users
fred and
barney.
Console> user add fred
enter default password:**********
confirm password:**********
Ok
Console> user add barney rubble
Ok
Console> user list
User names:
admin
barney
fred
Console>