1.

Which file type of Linux has no restriction on size and can have any kind of data?(a) special(b) regular(c) directories(d) named pipesI got this question in an online interview.Question is from Linux-II topic in division Real Time Operating systems of Embedded Systems

Answer»

The correct answer is (b) regular

The explanation is: There are four types of Linux files. These are regular, SPECIAL, directories and named pipes in which the regular file type can have any KIND of data and does not have RESTRICTIONS in size, the special file type REPRESENT CERTAIN terminals such as physical I/O device, the directories can hold lists of files, and the named pipes are similar to regular files but restricted in size.



Discussion

No Comment Found

Related InterviewSolutions