Multiple choice

Perform a listing of the given path or your current directory. Common options: -l, -h, -a

  1. ls [path]

  2. pwd

  3. cd [path]

  4. file [path]

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

The ls command lists the contents of a directory. It is the standard tool for viewing files and subdirectories within a given path.