Installation guide

set user
132 Chapter 2 Command Descriptions
Syntax Add a user
set user add id=number newname=string
Remove a user
set user remove {id=range|name=string}
Associate a user with a group
set user associate {id=number|name=string}
{gid=number|gname=string}
Disassociate a user from a group
set user disassociate {id=number|name=string}
{gid=number|gname=string}
Change user configuration attributes
set user [id=range|name=string]
[newname=string]
[commandline={on|off}]
[groupaccess={on|off}]
[menu={none|index|name}]
[defaultaccess={none|commandline|group|menu}]
[defaultgroup={none|gid|gname}]
Display user configuration attributes
set user {id=range|name=string}
Display user configuration attributes for all users
set user
Options add
Add a user. New users are created with the default permissions (see
“Default permissions for a new user” earlier in this description). A
maximum of 32 users can be defined.
remove
Remove users.
associate
Associate a user with a group. A user can be associated with a maximum
of two groups.
disassociate
Disassociate a user from a group.
id=range
Specifies the ID or range of IDs of the users to be acted on.
name= string
Specifies the name of the user to be acted on.
newname=string
Specifies a new user name.