Service Registry 3.1 Administration Guide

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