Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

delete_object(1m) [hpux man page]

delete object(1m)														 delete object(1m)

NAME
delete object - Deletes an object entry SYNOPSIS
cdscp delete object object-name ARGUMENTS
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 circum- stances (for example, if the application is obsolete or no longer has access to the namespace). Privilege Required You must have delete permission to the object entry, or administer permission to the directory that stores the object entry. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command deletes the object entry /.:/sales/east/floor1pr2. cdscp> delete object /.:/sales/east/floor1pr2 RELATED INFORMATION
Commands: create object(1m), list object(1m), set object(1m), show object(1m) delete object(1m)

Check Out this Related Man Page

delete directory(1m)													      delete directory(1m)

NAME
delete directory - Deletes a directory SYNOPSIS
cdscp delete directory directory-name ARGUMENTS
The full name of the directory. DESCRIPTION
The delete directory command deletes a directory. The directory cannot contain any object entries, soft links, or child pointers. The master replica must be the only remaining replica in the cell. Use the delete replica command if you need to remove read-only replicas. Privilege Required You must have delete permission to the directory and write permission to the clearinghouse that stores the master replica of the directory. The server principal needs administer permission to the parent directory or delete permission to the child pointer that points to the directory you intend to delete. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command deletes the directory /.:/eng from the namespace: cdscp> delete directory /.:/eng RELATED INFORMATION
Commands: create directory(1m), delete replica(1m), list directory(1m), set directory(1m), set directory to skulk(1m), show directory(1m) delete directory(1m)
Man Page

2 More Discussions You Might Find Interesting

1. Programming

Makefile for building multiple programs

I have the following part of a makefile and want to simplify it using rules rather than having to code the same two blocks when I need ti build another program. An having difficulty doing it all: 1dvel2 1dvel 2dvel ... (8 Replies)
Discussion started by: kristinu
8 Replies

2. Shell Programming and Scripting

Create a shared folder using acl

Hello. I need some help to create a shared folder. A group 'publicuser' has been created. A user 'publicuser' has been created ( no login, no home) and belongs to group 'publicuser'. A public folder '/doc' has been created and owner is publicuser:publicuser. All users belonging to group... (12 Replies)
Discussion started by: jcdole
12 Replies