Question
Which pipe type has a persistent name in the file system and can be opened by unrelated processes?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Named pipe or FIFO
Explanation:
A named pipe appears as a file-system object and can connect processes without a parent-child relationship.
An anonymous pipe is usually inherited through process creation.
Leave a Reply