Q. How can you copy files with permissions preserved? (A) COPY --chmod (B) ADD (C) RUN copy (D) EXPORT ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) COPY --chmod Explanation: `COPY` supports the `--chmod` flag to set file permissions.