Multiple choice

Change into the given path or into your home directory.

  1. cd [path]

  2. ls [path]

  3. pwd

  4. .. (dot dot)

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

The cd command stands for change directory. It is used to navigate between directories in the filesystem.