InterviewSolution
Saved Bookmarks
| 1. |
What is the significance of errno 13?(a) not a super user(b) no such file and directory(c) permission denied(d) no space left on deviceI got this question by my college professor while I was bunking the class.Enquiry is from File handling System Calls topic in division System Programming I – Files of Unix |
|
Answer» The correct answer is (B) no such FILE and directory |
|