remove link(8cds)
Removes a soft link's timeout value attribute
Synopsis
cdscp remove link link-name CDS_LinkTimeout
Arguments
link-name The full name of the soft link.
Description The remove link command removes a soft link's timeout value attribute, CDS_LinkTimeout, causing the soft link to become permanent.
Privileges Required You must have w (write) permission to the soft link.
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 removes the timeout value attribute of a soft link named /.:/eng/link01.
cdscp> remove link /.:/eng/link01 CDS_LinkTimeout
Related Information Commands:
create link(8cds)
delete link(8cds)
list link(8cds)
set link(8cds)
show link(8cds)
|