InterviewSolution
Saved Bookmarks
| 1. |
What is an absolute pathname?(a) pathname relative to a parent directory(b) pathname relative to the root (/)(c) pathname relative to parent and current directory(d) pathname relative to the current directoryI got this question at a job interview.My query is from Absolute and Relative Pathnames topic in division The File System of Unix |
|
Answer» Correct option is (b) pathname relative to the root (/) |
|