FC0-U41 · Question #134
Which of the following statements about the XCOPY command is true?
The correct answer is D. XCOPY /s copies files and subdirectories. XCOPY is a command-line utility that copies files and directory trees. XCOPY is similar to the COPY command except that it has many more switches that allow considerable control over exactly what is copied when using wildcards. The XCOPY command with the /s switch copies all…
Question
Which of the following statements about the XCOPY command is true?
Options
- AXCOPY /s copies system files only.
- BXCOPY deletes all files and subdirectories.
- CXCOPY copies archived files only.
- DXCOPY /s copies files and subdirectories.
How the community answered
(17 responses)- B6% (1)
- C12% (2)
- D82% (14)
Explanation
XCOPY is a command-line utility that copies files and directory trees. XCOPY is similar to the COPY command except that it has many more switches that allow considerable control over exactly what is copied when using wildcards. The XCOPY command with the /s switch copies all directories and subdirectories in the hard disk, unless they are empty.
Topics
Community Discussion
No community discussion yet for this question.