Could anyone explain the difference between ../ and ./ please.
../system
./system
My understanding is that ../ is the root directory.
But I don't know what ./ means.
|
|
|
|
|||
|
|
|||||
|
|
The . and .. are relative directories to your current location. The . is the current directory. eg "this". The .. is the previous directory. eg "this.parent". |
|||
|
|
... which means:
|
|||||
|