Deletes a specified object entry and replaces it with a new soft link whose link target is the corresponding entry in a new location. This command is useful when you need to redirect lookups only for a subset of a directory's contents. SYNOPSIS REPLACE OBJECT object-name [WITH] LINK newtree-name Arguments object-name The full name of the object entry in its old location. newtree-name The full name of the directory to which the object entry was moved. Description This command deletes a specified object entry and replaces it with a soft link whose link target is the corresponding entry in the specified newtree-name directory. This command is useful when you need to redirect lookups only for a subset of a directory's contents. ACCESS RIGHTS You must have read, write, and delete access to the directory in which you intend to create the soft link.
1 – example
The following command replaces the object entry .ceb.obj2 with a soft link whose link target is the corresponding entry in the directory .pjl. dns> replace object .ceb.obj2 with link .pjl