COPYSEC copies the security settings from a set of source files to
a set of target files.

Command syntax is:
  CopySec <from>[,]<to>

The following wild cards are supported:

        From       |         To
-------------------+--------------------
 $vol.subvol.file  |  $vol.subvol.file
 $vol.subvol.file  |  $vol.subvol.*
 $vol.subvol.fil*  |  $vol.subvol.*
 $vol.subvol.*     |  $vol.subvol.*
 $vol.*.file       |  $vol.*.file
 $vol.*.file       |  $vol.*.*
 $vol.*.fil*       |  $vol.*.*
 $vol.*.*          |  $vol.*.*

It copies ALL security attributes, as long as the user is allowed
to SET these attributes.
e.g. SUPER.SUPER is required to copy the LICENSE attribute!
