Basic IPC (2023 Fall ECE 344 Section 2)
Jon Eyolfson · 54:16
This operating systems lecture covers basic inter-process communication on Linux: how read/write on file descriptors are the primitive behind everything (including cat, shell redirection, and pipes), and how signals w...