What is a FIFO in UNIX OS?
Submitted by: AdministratorFIFO are otherwise called as 'named pipes'. FIFO (first-in-first-out) is a special file which is said to be data transient. Once data is read from named pipe, it cannot be read again. Also, data can be read only in the order written. It is used in interprocess communication where a process writes to one end of the pipe (producer) and the other reads from the other end (consumer).
Submitted by: Administrator
Submitted by: Administrator
Read Online UNIX Operating System Job Interview Questions And Answers
Top UNIX Operating System Questions
☺ | What are the Unix system calls for I/O? |
☺ | What are links and symbolic links in UNIX OS file system? |
☺ | How do you create special files like named pipes and device files in UNIX OS? |
☺ | Brief about the initial process sequence while the UNIX system boots up. |
☺ | How does the inode map to data block of a file in UNIX OS? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |