Process Management (2023 Fall ECE 344 Section 2)
Jon Eyolfson · 52:40
This lecture covers how Unix/Linux processes are actually launched and cleaned up: exec ve replaces a running process with a new program, init (PID 1) is the ancestor of everything, and the parent-child relationship m...