Multiple choice technology operating systems

_____ is a powerful version of the copy command with additional features has the capability of moving files, directories and even whole drives from one destination to another.

  1. MOVE

  2. MV

  3. XCOPY

  4. ROBOCOPY

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

XCOPY is indeed a more powerful version of the COPY command in MS-DOS/Windows, capable of copying entire directory trees, preserving file attributes, and copying subdirectories. MOVE only relocates files without copying, MV is a Unix command, and ROBOCOPY is a more modern Windows tool introduced later.