 |
» |
|
|
|
Use the SHOW USER command to display the contents of one or more
user profiles in the NETUsers file on the server.
SHOW USER can be abbreviated to SU.
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=> SHOW USER
Client Node Name/Session Type Name: ClientNodeName
Client Login Name: ClientLoginName
|
Parameters |  |
- ClientNodeName
is either the node name of a client system or an asterisk (*).
If you enter an asterisk (*) for the client node name, all user
profiles in the NETUsers file with the specified client login
name are displayed. If you enter an asterisk at both prompts,
the contents of the entire NETUsers file are displayed.
- ClientLoginName
is either the login name of the user on the client node or an
asterisk (*).
If you enter an asterisk for the client login name, all user
profiles in the NETUsers file with the specified client node
name are displayed. If you enter an asterisk at both prompts,
the contents of the entire NETUsers file are displayed.
Examples |  |
In this example, all user profiles with the client login name
ann.orders,vendors are shown.
netutil=> show user
Client Node Name/Session Type Name: *
Client Login Name: ann.orders,vendors
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login Name: ann.orders,vendors
Server Login Name: ann.orders,vendors
Client Node Name/Session Type Name: cnode1.cdomain1.corg1
Client Login Name: ann.orders,vendors
Server Login Name: ann.orders,vendors
|
In this example, all the user names are shown for a particular node.
netutil=> show user
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login Name: *
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login Name: ann.orders,vendors
Server Login Name: ann.orders,vendors
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login name: charly.finance,stmts
Server Login Name: charly.finance,stmts
netutil=>
|
In this example, all profiles in the NETUsers file are shown.
netutil=> show user
Client Node Name/Session Type Name: *
Client Login Name: *
Client Node Name/Session Type Name: cnode.cdomain.corg
Client Login Name: ann.orders,vendors
Server Login Name: ann.orders,vendors
Client Node Name/Session Type Name: cnode1.cdomain1.corg1
Client Login Name: ann.orders,vendors
Server Login Name: ann.orders,vendors
Client Node Name : cnode.cdomain.corg
Client Login Name: charly.finance,stmts
Server Login Name: charly.finance,stmts
.
.
netutil=>
|
|