Q. How can you copy files with permissions preserved?

  • (A) COPY --chmod
  • (B) ADD
  • (C) RUN copy
  • (D) EXPORT
πŸ’¬ Discuss
βœ… Correct Answer: (A) COPY --chmod
Explanation: `COPY` supports the `--chmod` flag to set file permissions.
Explanation by: Mr. Dubey
`COPY` supports the `--chmod` flag to set file permissions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate