InterviewSolution
Saved Bookmarks
| 1. |
Which of the following system calls performs the action of cd command?(a) chdir(b) fchdir(c) mkdir(d) chdir and fchdirThis question was addressed to me at a job interview.This interesting question is from File handling System Calls topic in chapter System Programming I – Files of Unix |
|
Answer» Right option is (d) chdir and fchdir |
|