InterviewSolution
Saved Bookmarks
| 1. |
A device file contains no data.(a) True(b) FalseI had been asked this question by my college professor while I was bunking the class.Enquiry is from Administrator Specific Commands and Privileges in portion Essential Shell Programming of Unix |
|
Answer» RIGHT CHOICE is (a) True To explain: A device file is a file which is built into the kernel for each and every device of the SYSTEM. Whenever we open a device, read or write to it, all these FUNCTIONS are performed using device files. |
|