Re-creates a duplicate soft link in the source subtree as a new soft link in the target subtree. SYNOPSIS RECREATE LINK link-name [AS] LINK newlink-name Arguments link-name The full name of the soft link. newlink-name The new name of the copy of the soft link. If you specify the name of an existing directory in the target subtree, the soft link is recreated in that directory with its original link name. Description This command creates a copy of a soft link with a new full name. This is useful for resolving duplicate name conflicts that result from a merge of two subtrees. The soft link's writable attribute values are retained, but DNS$CTS and DNS$UTS attribute values are not preserved. NOTE Although all origianl ACEs are retained, the new soft link also inherits all ACEs that may be propagated from the new parent directory in the target subtree. The principal executing the recreate link command is granted full access to the new soft link. Asterisk wildcards are acceptable in both arguments. This command does not modify or delete the source soft link. ACCESS RIGHTS You must have read, write, and delete access to the directory in which you intend to re-create the soft link.
1 – example
The following command re-creates all soft links that exist in the .sales directory as new soft links in the .mkt directory. dns> recreate link .sales.* as link .mkt.*