delete object(8cds)
Deletes an object entry
Synopsis
cdscp delete object object-name
Arguments
object-name The full name of the object entry.
Description The delete object command deletes an object entry. This task is usually done through the client application, except under certain circumstances (for
example, if the application is obsolete or no longer has access to the namespace).
Privileges Required You must have d (delete) permission to the object entry, or A (Admin) permission to the directory that stores the object entry.
Notes This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.
Examples The following command deletes the object entry /.:/sales/east/floor1pr2.
cdscp> delete object /.:/sales/east/floor1pr2
Related Information Commands:
create object(8cds)
list object(8cds)
set object(8cds)
show object(8cds)
|