

InterviewSolution
Saved Bookmarks
1. |
Which of the following are grouped into directories and subdirectories?(a) register(b) memory(c) files(d) routinesThis question was addressed to me in an interview for job.This intriguing question comes from Linux in section Real Time Operating systems of Embedded Systems |
Answer» RIGHT answer is (c) files The best explanation: The files are grouped into directories and subdirectories. This file system CONTAINS all the data files, commands, programs and special files which ALLOW the ACCESS to the physical computer system. The file system of the Linux operating system is SIMILAR to the UNIX operating system. |
|