Multiple choice technology operating systems

Command to rename file?

  1. cls

  2. md

  3. ren

  4. fc

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

The ren command (short for rename) is used in DOS/Windows to rename files. cls clears the screen, md creates directories (make directory), and fc is the file compare command.