Multiple choice Used in paths as a reference to your current directories parent directory. .. (dot dot) . (dot) ~ (tilde) 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.