Multiple choice technology operating systems

command for listing all the contents of a folder

  1. dir

  2. show contents

  3. show dir contents

  4. ls

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

The ls command (list) is used in Unix/Linux systems to display the contents of a directory. While 'dir' works in Windows and as an alias in some shells, 'ls' is the standard Unix/Linux command for listing folder contents.