InterviewSolution
Saved Bookmarks
| 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 |
|