Multiple choice

What command do you type in to display the contents of a directory

  1. cd

  2. mv

  3. dd

  4. ls

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

ls stands for list and is used to display the contents of a directory. cd is for changing directories, while mv and dd perform different tasks.