USERADD User Commands
NAME
useradd - Add New User
SYNOPSIS
useradd [OPTIONS] USERNAME
DESCRIPTION
This command adds the USERNAME user. USERNAME cannot already exist. If
OPTIONS are not specified the user is created as a Guest. With the creation
of the user you are asked for a password and must successfully reenter the
password.
-D
Creates USERNAME as a Disabled account. A password must still be set.
-C
Creates USERNAME with Control capabilities.
-A
Creates USERNAME as an Administrator.
NOTES
Use the USERS command to confirm the account creation. Login as the user
and confirm the password as well as the intended permissions.
SEE ALSO
HELP Topics:
DEFAULT_ACCOUNTS,
USER,
USERMOD,
USERDEL
[/flash/manpages/manpages.hlp:4815]