Skip Headers
Oracle® Secure Backup Reference
Release 10.1

Part Number B14236-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

rmuser

Purpose

Use the rmuser command to remove a user from the administrative domain.

See Also:

"User Commands" for related commands

Prerequisites

You must have the modify administrative domain's configuration right to use the rmuser command.

Syntax

rmuser::=

rmu•ser [ --nq ] username ...

Semantics

--nq

Does not display a confirmation message. If you do not specify this option, then the command displays a confirmation message. The message is described in "Command Execution in Interactive Mode".

username ...

Specifies the name of the user that you want to remove.

Example

Example 2-144 removes user lashdown.

Example 2-144 Removing an Oracle Secure Backup User

ob> lsuser
admin            admin
lashdown         oracle
sbt              admin
tadmin           admin
ob> rmuser --nq lashdown
ob> lsuser
admin            admin
sbt              admin
tadmin           admin