~/ learn/ comp-325/ cards/ A pipe with a name on disk
1 of 9

Create one, look at it, and use it correctly

Create one, look at it, and use it correctly

Answer

mkfifo mypipe ls -l mypipe cat mypipe & ls -l > mypipe

The listing shows type p and size 0. The reader goes into the background first and blocks in open(); the writer on the last line releases it.

S&K 3e ch9 §9.15

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/2c4444ae-3984-4f69-bbe4-329072a85919/flashcard utf-8 LF