Multiple choice

Used in paths as a reference to your home directory.

  1. ~ (tilde)

  2. . (dot)

  3. .. (dot dot)

  4. cd [path]

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

The tilde (~) is a shorthand character in Linux shells that expands to the path of the current user's home directory.