InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used with access call for checking the owner’s permissions?(a) R_OK(b) W_OK(c) X_OK(d) R_OK, W_OK, X_OKThis question was addressed to me in an internship interview.I want to ask this question from File Handling System Calls topic in section System Programming I – Files of Unix |
|
Answer» Right choice is (d) R_OK, W_OK, X_OK |
|