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

For explanation: The ERRNO 13 DISPLAYS the message “permission denied”. The SYMBOLIC constant for this errno is EACCES.



Discussion

No Comment Found

Related InterviewSolutions