Subprocess (2023 Fall ECE 344 Section 3)
Jon Eyolfson · 53:55
This live-coding OS lecture walks through building a mini subprocess in C: fork a child, exec an arbitrary command, and wire up two pipes so the parent can write "testing\n" to the child's stdin and read back whatever...