FC0-U41 · Question #119
Which of the following switches of the XCOPY command continues to copy files even if errors occur?
The correct answer is C. /c. The /c switch of the XCOPY command continues to copy files even if errors occur. Answer option A is incorrect. The /q switch of the XCOPY command does not display file names while copying. Answer option B is incorrect. The /e switch of the XCOPY command is used to copy…
Question
Which of the following switches of the XCOPY command continues to copy files even if errors occur?
Options
- A/q
- B/e
- C/c
- D/r
How the community answered
(41 responses)- A5% (2)
- B5% (2)
- C78% (32)
- D12% (5)
Explanation
The /c switch of the XCOPY command continues to copy files even if errors occur. Answer option A is incorrect. The /q switch of the XCOPY command does not display file names while copying. Answer option B is incorrect. The /e switch of the XCOPY command is used to copy directories and subdirectories, including empty directories. Answer option D is incorrect. The /r switch of the XCOPY command overwrites Read-only files
Topics
Community Discussion
No community discussion yet for this question.