Deleting users

You can use the command-line interface (CLI) or the management GUI to delete users on the system.

To delete a user in the management GUI, select Access > Users. Select a user and select Delete from the Actions menu.

To delete a user from the CLI, complete these steps:

  1. Issue the rmuser CLI command to delete a user:
    For example:
    rmuser user_id_or_name
    where user_id_or_name specifies the user to be removed.
  2. Issue the lsuser CLI command to display a list of users that were created on the system.
    For example:
    lsuser 
    If you do not specify a user ID or name, all users on the system are displayed. Verify that the deleted user was removed from the system.