Reference Guide

Options
Option Description Format
-PrimaryGroupName
<PrimaryGroupName>
Primary group of the local user
(must be a local group)
Existing local group name
-Enabled <Enabled> Indicate whether the local user is
enabled
Possible values are Yes, No
-PasswordNeverExpires
<PasswordNeverExpires>
Indicate whether the local user
password will never expire
Possible values are Yes, No
-RealName <RealName> Full user name Full name of existing user
-Remarks <Remarks> User description Text description of user
Example
Move a local user named user1 to the group groupB:
CLI> access-control local-users edit user1 -PrimaryGroupName groupB
access-control local-users list
Display a list of the local users.
Format
access-control local-users list
Options
Option Description Format
--CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
Example
Display a list of the current local users:
CLI> access-control local-users list
Output
.---------------.---------------.---------.-----------------------------.
| User Name | Primary Group | Enabled | Password Is About To Expire |
|---------------|---------------|---------|-----------------------------|
| Administrator | Local Users | Yes | No |
|---------------|---------------|---------|-----------------------------|
| nobody | nobody_group | No | No |
|---------------|---------------|---------|-----------------------------|
40
CLI Commands