FG
💻 Software

Path difference between ../ and ./

Fresh5 days ago
Mar 15, 202635456 views
Confidence Score0%
0%

Problem

Could anyone explain the difference between ../ and ./ please. My understanding is that is the root directory. But I don't know what means.

Error Output

../system
./system

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Path difference between ../ and ./

Low Risk

means the current directory means the parent of the current directory, not the root directory is the root directory is in the current directory, as is is one level above you and lives in your root directory.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment