Multiple choice

Used in paths as a reference to your current directory.

  1. . (dot)

  2. .. (dot dot)

  3. ~ (tilde)

  4. pwd

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

A single dot (.) is a special reference to the current directory. It is often used in paths to explicitly indicate the current location.