Previous Topic

Next Topic

Copy a workgroup (copy/workgroup or cpwg)

The COPY command is used to copy a workgroup definition to new workgroup definition and rename it.

Windows/OpenVMS Format:

copy/workgroup from_workgroup_name to_workgroup_name [/qualifiers]

UNIX/Linux Format:

cpwg from_workgroup_name to_workgroup_name

Qualifier Summary

/[no]log or -[no]log

/[no]confirm or -[no]confirm

/node or -node = target_node

Example

Windows/OpenVMS:

Schedule> copy/workgroup sch_test_wg sch_test2_wg

UNIX/Linux:

Schedule> cpwg sch_test_wg sch_test2_wg

Qualifiers

/[no]confirm or -[no]confirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.

/node or -node=target_node

The NODE qualifier specifies what NODE (either local or remote) you want the operation performed on. /HOSTNAME may be substituted for /NODE.

/[no]log or -[no]log

The LOG qualifier causes each completed operation to issue a note to the user.

See Also

WORKGROUP Commands

Create a workgroup (create/workgroup or mkwg)

Delete a workgroup (delete/workgroup or rmwg)

Display a list of workgroups (directory/workgroup or lswg)

Modify a workgroup (modify/workgroup or chwg)

Rename a workgroup (rename/workgroup or mvwg)