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

DELETE USER

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Use the DELETE USER command to delete one or more user profiles from the NETUsers file on the server. The current client node name and client login name 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.

You must have superuser capability to issue this command.

NETUtil Syntax

  netutil=> DELETE USER

  Client Node Name: ClientNodeName

  Client Login Name: ClientLoginName

Delete Profile (y/n)? { y [es] n [o]}

Parameters

ClientNodeName

is the node name of the client system.

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.

Examples

In this example, one user profile is deleted from the NETUsers file.

  netutil=> delete user

  Client Node Name: clientsystem

  Client Login Name: joe



  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: clientsystem

  Client Login Name: *



  Profiles qualified: 2



  Delete all (y/n)? y



  Profiles deleted.



  netutil=>
Feedback to webmaster