In Linux System,in every directory list there appears a symbol " . ". What is it?
-
Pervious directory
-
Current directory
-
Parent directory
-
none of the above
B
Correct answer
Explanation
In Linux directory listings, the single dot (.) represents the current directory you're in, while the double dot (..) represents the parent directory. This is a fundamental concept in Linux file system navigation and is visible in the output of the 'ls -a' command which shows all files including hidden ones.