Deletes an individual soft link and replaces it with a new soft link to redirect lookups from the original location to the new location. This command is useful when you need to redirect lookups only for a subset of a directory's contents. SYNOPSIS REPLACE LINK link-name [WITH] LINK newtree-name Arguments link-name The full name of the soft link in its old location. newtree-name The full name of the directory into which the soft link has moved. Description This command deletes a specified soft link 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 soft link .ceb.link1 with a soft link whose link target is the corresponding entry in the directory .pjl. dns> replace link .ceb.link1 with link .pjl