HPlogo ALLBASE/NET User's Guide: HP 9000 Computer Systems > Chapter 4 NETUtil Reference

SHOW USER

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

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.

You must have superuser capability to issue this command.

NETUtil Syntax

  netutil=> SHOW USER

  Client Node 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 are shown.

  netutil=> show user

  Client Node Name: *

  Client Login Name: ann



  Client Node Name: clientsystem

  Client Login Name: ann

  Server Login Name: ann



  Client Node Name: othersystem

  Client Login Name: ann

  Server Login Name: ann

In this example, all the user names are shown for a particular node.



  netutil=> show user

  Client Node Name: clientsystem

  Client Login Name: *



  Client Node Name: clientsystem

  Client Login Name: ann

  Server Login Name: ann



  Client Node Name: clientsystem

  Client Login name: charly

  Server Login Name: charly

In this example, all user profiles in the NETUsers file are displayed.

  netutil=> show user

  Client Node Name: *

  Client Login Name: *



  Client Node Name: clientsystem

  Client Login Name: ann

  Server Login Name: ann



  Client Node Name: othersystem

  Client Login Name: ann

  Server Login Name: ann



  Client Node Name : clientsystem

  Client Login Name: charly

  Server Login Name: charly

     .

     .

     .

  netutil=>
Feedback to webmaster