fs:copy
Copy a single file
src
: Source filenamedest
: Destination filename--owner
: Name of the owner of the copied file--group
: Name of the group of the copied file--mask
: File permission mask (for example: 0640)--check
: Do not actually make any changes, but report whether or not a change would be made.