Multiple choice

command that lists all of the directories from the directory you are in.

  1. ls

  2. ls -a

  3. ls |a

  4. list

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

The 'ls -a' command lists all files and directories, including hidden ones, in the current directory.