1.

A super user can use ___ call for creating a directory.(a) mknod(b) mkdr(c) rmdir(d) chdirI got this question during an interview.My question is based upon File handling System Calls topic in portion System Programming I – Files of Unix

Answer»

Right CHOICE is (a) MKNOD

The EXPLANATION is: A superuser can use the mknod system call to create a directory but a NON privileged USER has to use the mkdir call.



Discussion

No Comment Found

Related InterviewSolutions