Command Line Interface User’s Guide
COMMAND DESCRIPTION
<username>
The name of the user whose services or permissions are to be modified.
EXAMPLE
-addservices <cli | ftp | http>
Adds
cli
,
ftp
, or
http
services to the user.
-delservices <cli | ftp | http>
Removes
cli
,
ftp
, or
http
services from the user.
modifyuser xyz –o -addservices ftp -permissions ordin
Allows user “xyz” ordinary permissions to access the system via ftp. In addition, gives the user
“xyz” ordinary permissions. In other words user “xyz” is not an administrator.
modifyuser abc -o -delservices http
Prohibits user “abc” from accessing the system via http.
modifyuser xyz -o -addservices ftp delservices http -permissions ordin
Allows user “xyz” to access the system via ftp and prohibits that user from accessing the system
via http. In addition, gives the user “xyz” ordinary permissions. In other words user “xyz” is not
an administrator.
changepasswd
changepasswd <username>
Changes password of the existing user. This is an administrators command; ordinary users can
not use this. This command prompts for entering the old password before setting up the new
password.
EXAMPLE
[1234 @ auth]$ changepasswd
changepasswd username
[1234 @ auth]$ changepasswd pppoe
Enter old password:
Enter New password:
Confirm New password:
Password changed
[1234 @ auth]$
The command changes the password for user “pppoe.”
22 1800-A2-GB20-00