DELETE USER [ ALLBASE/NET User's Guide ] MPE/iX 5.0 Documentation
ALLBASE/NET User's Guide
DELETE USER
Use the DELETE USER command to delete one or more user profiles from the
NETUsers file on the server. The values supplied by the client node name
and client login name parameters uniquely identify the user profile to be
deleted. To prevent you from accidentally deleting a user profile, you
are prompted to confirm the deletion.
DELETE USER can be abbreviated to DU.
To issue this command, you must log on as MANAGER.SYS, have SM
capability, or have AM capability for the account specified in the
command.
NETUtil Syntax
netutil=> DELETE USER
Client Node Name/Session Type Name: ClientNodeName
Client Login Name: ClientLoginName
Delete Profile (y/n)? {y[es]}
{n[o] }
Parameters
ClientNodeName is the node name of the client system. The client
node name is not case-sensitive.
ClientLoginName is either the login name of the user on the client or
an asterisk (*). If you enter an asterisk for the
client login name, all user profiles in the NETUsers
file whose client node name matches the current
client node name are deleted. The client login name
is not case-sensitive. Note that a wildcard (@) may
be an entry and it must be an exact match.
Examples
In this example, one user profile is deleted from the NETUsers file.
netutil=> delete user
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login Name: joe.orders,admin
Delete Profile (y/n)? y
Profile deleted.
netutil=>
In this example, all user profiles at the specified node are deleted from
the NETUsers file.
netutil=> delete user
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login Name: *
Profiles qualified: 2
Delete all (y/n)? y
Profiles deleted.
netutil=>
MPE/iX 5.0 Documentation