HP 3000 Manuals

Creating, Modifying, and Deleting Users [ System Administrator's Quick Reference Guide ] MPE/iX 5.0 Documentation


System Administrator's Quick Reference Guide

Creating, Modifying, and Deleting Users 

Users are individual members of accounts.  A user's default capabilities
are limited by the capabilities assigned to the account.

Creating a User 

The syntax for creating a new user (username) with a homegroup
(homegroup), while logged on to an account (accountname) is:

     NEWUSER username[.accountname];PASS=password;HOME=homegroup 

Because you are logged on to the account, you need not specify it in the
command.  The user name is a required parameter; the other parameters are
not.

The syntax for creating a new user (username) in a group (groupname),
when not logged on to the specified account (accountname) is:

     NEWUSER username.accountname;PASS=password;HOME=homegroup 

Modifying a User 

The syntax for modifying a user attribute, the subqueue priority for
instance, is:

     ALTUSER username[.accountname];MAXPRI=subquepriority 

Username is a required parameter, accountname is optional.

Deleting a User 

The syntax for removing a user from an account is:

     PURGEUSER username.[accountname]



MPE/iX 5.0 Documentation