Multiple choice technology operating systems

Command which deletes one or more files?

  1. disable

  2. defrag

  3. del

  4. debug

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

The del (or delete) command removes one or more files from disk. Distractors like disable are used to disable system services, defrag optimizes disk storage layout, and debug launches testing or debugging tools, making none of them file deletion commands.