Previous Topic

Next Topic

Copy an access record (copy/access or cpacc)

The copy/access command is used to copy an access record to a new access record.

Windows/OpenVMS Format:

copy/access from_access to_access [/qualifiers]

UNIX/Linux Format:

cpacc from_access to_access [-qualifiers]

Qualifier Summary

/[no]log or -[no]log

/[no]confirm or -[no]confirm

/node or -node = target_node

Examples

Windows/OpenVMS:

$ schedule copy/access sch_test_acc sch_test2_acc

UNIX/Linux:

$ schedule cpacc sch_test_acc sch_test2_acc

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.

/hostname or -node =hostname

The qualifier specifies what node (either local or remote) you want the operation performed on.

/[no]log or -[no]log

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

See Also

ACCESS File Commands

Create an access record (create/access or mkacc)

Delete an access record (delete/access or rmacc)

Display a list of access records (directory/access or lsacc)

Modify an access record (modify/access or chacc)

Rename an access record (rename/access or mvacc)