HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
XPath OS 7.4.x command reference guide 263
Adds a new user to the MP Router.
Synopsis
useradd -u userName -g userGroup
Availability
admin
Description
Use this command to add a new user to the MP Router. There are two permanent user accounts (or groups)
to which you can assign a user: admin and user. Each account has a default password of password.
Operands
The following operands are required:
Examples
To add a new user (John) with an admin account, after logging in as admin:
To add a new user (Mike) with a user account, after logging in as admin:
See also
passwd
userDel
userShow
userAdd
-u userName Specifies the new user name.
-g userGroup Specifies the group for the new user.
switch:admin> useradd -u john -g admin
switch:admin> useradd -u mike -g user