Multiple choice technology

In Unix and DOS, '..' refer to:

  1. Current Directory

  2. Present Directory

  3. Parent Directory

  4. None of the above

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

The double-dot notation (..) in both Unix and DOS filesystems represents the parent directory. It's used in relative paths to navigate up one level from the current directory.