by Yash Sharma | Nov 12, 2025 Lecture on Unix process management system calls including fork() for process creation, exec() for running executables, exit() for termination, wait() for reaping zombie children, and shell command execution using these system calls with examples.