Multiple choice technology operating systems

Command which List the contents of one or more directory?

  1. find

  2. expand

  3. deltree

  4. dir

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

The dir command (DOS/Windows) lists the contents of a directory, showing files and subdirectories. find searches for files, expand extracts compressed files, and deltree removes directory trees.