Command fs:copy

Copy a single file

Arguments

  • src: Source filename
  • dest: Destination filename

Options

  • --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.
Back to command index