Service Registry 3.1 Update 1 Administration Guide

cp Command Examples

The following command copies the directory mydir to the Registry, to be owned by the user with the number 4 in a preceding users command.


admin> cp -owner %4 mydir

The following command copies the directory mydir to the Registry, excluding files and directories that end with the string .z or .c.


admin> cp mydir -exclude \\.z -exclude \\.c