87.0k views
0 votes
Use ordinary pipes to implement an inter-process communication scheme for message passing between processes. Assume that there are two directories, d1 and d2, and there are different files in each one of them. Also, each file contains a short-length string of characters. You have to use a parent process that forks two children processes, and have each child process check one of the directories.

User SnowYetis
by
5.5k points

1 Answer

5 votes

Answer:

Yup

Step-by-step explanation:

User Michael Douma
by
5.5k points