Multiple choice

Used in paths as a reference to your current directories parent directory.

  1. .. (dot dot)

  2. . (dot)

  3. ~ (tilde)

  4. cd [path]

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

In filesystem paths, two dots (..) represent the parent directory of the current location. This is used to navigate up the directory tree.