Q. How can you copy files with permissions preserved?
β
Correct Answer: (A)
COPY --chmod
Explanation: `COPY` supports the `--chmod` flag to set file permissions.