1.

What is a relative pathname?(a) pathname relative to parent directory(b) pathname relative to root (/)(c) pathname relative to parent and current directory(d) pathname relative to current directoryThe question was posed to me in an interview for internship.The question is from Absolute and Relative Pathnames topic in division The File System of Unix

Answer»

Correct choice is (C) PATHNAME RELATIVE to parent and current DIRECTORY

To elaborate: When a file uses its parent or current directory as a reference for navigation, such a pathname is called absolute pathname.



Discussion

No Comment Found

Related InterviewSolutions