1.

All the device files are stored in _____(a) kernel(b) /home/usr(c) /dev(d) /homeThis question was posed to me during an online interview.Question is from Administrator Specific Commands and Privileges topic in chapter Essential Shell Programming of Unix

Answer»

Right answer is (c) /dev

For explanation: A DEVICE file is a file which is BUILT into the kernel for each and every device of the system. All the device files are stored in /dev or in its SUBDIRECTORIES. To view the LIST of device files on your system, use the following command:



Discussion

No Comment Found

Related InterviewSolutions