1.

Which of the following cryptic symbols are used in relative pathname?(a) ( . )(b) ( . . )(c) $(d) ( . ) and ( . . )I got this question during an online exam.This key question is from Absolute and Relative Pathnames topic in section The File System of Unix

Answer»

The CORRECT choice is (d) ( . ) and ( . . )

The explanation: Relative pathname uses TWO cryptic symbols which are ( . ) and ( . . )

(.)a single dot represent the current directory.

( . . ) two DOTS represent the parent directory.



Discussion

No Comment Found

Related InterviewSolutions