 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
chuser(8)
NAME
chuser - Change user information for Advanced Server users
SYNOPSIS
/usr/sbin/chuser [-f] [-n yes/no | -p password] [-v] domain:user [-?]
OPTIONS
-f Ignores failure.
-n yes/no
Specifies whether the user's account is to be set as a normal account.
-p password
Sets the user's password to password. Passwords can only be changed in
the local domain.
-v Verbose mode.
-? Displays on-line help.
DESCRIPTION
The chuser command modifies an existing user account in a domain. The
modifications can be setting the type of account, or setting the password.
This command must be run as root.
EXAMPLES
1. To set user Johnson's account type as normal, type the following
command:
# chuser -n yes Accounting:Johnson
2. To set user Johnson's password to xxxxxx, type the following command:
# chuser -p xxxxxx Accounting:Johnson
 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|