Multiple choice

Which DOS command is used to display a list of deleted files that DOS can undelete?

  1. UNDELETE .

  2. UNDELETE/ALL

  3. UNDELETE/LIST

  4. UNDELETE

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

UNDELETE/LIST is the specific command that displays a list of deleted files that can potentially be recovered. It shows recoverable files without actually undeleting them. Option D without /LIST would attempt immediate undeletion, while other options have incorrect syntax or purposes.