Switch Command Line Interface
Groups and Commands
1-18
D000103-000 E
passwd
Change users password(s).
Syntax:
Options:
Sample Output:
NOTES:
Allows the modification of the user's password.
userAdd
Add a user account.
Syntax:
Options:
Sample Output:
passwd [username]
[username]
Name of the user whose password needs to be changed.
-> passwd operator1
User password changed successfully
userAdd [role] [username] [password]
[role]
Can be either
admin
or
operator
.
[username]
The name of the user to be added.
[password]
Optional password. If not supplied the default password for that role is used.
-> userAdd admin Bob
User added: Bob
Password is set to the default password for this role: admin