1.

For moving two level up in the file hierarchy system using cd command once, we separates ( . . ) by which symbol?(a) ?(b) $(c) *(d) /This question was posed to me in an internship interview.This intriguing question originated from Absolute and Relative Pathnames topic in section The File System of Unix

Answer»

Correct OPTION is (d) /

To EXPLAIN I would say: For changing your directory to the PARENT of current directory we can use ( . . ) with cd COMMAND. If we want to move more than one level up then we can use the ( . . ) separated by / .



Discussion

No Comment Found

Related InterviewSolutions