1.

Directories can also be opened, read and written in the same way as regular files.(a) True(b) FalseThis question was addressed to me in my homework.This interesting question is from File handling System Calls in section System Programming I – Files of Unix

Answer»

The correct OPTION is (a) True

The EXPLANATION: Directories are also files, and they can also be written, read and opened in the same way as regular files. We can USE open, close and read SYSTEM calls for PERFORMING these tasks.



Discussion

No Comment Found

Related InterviewSolutions