Nov 14, 2021 What Happens When You Type 'ls -l *.c' in the Shell? A deep dive into what happens under the hood when you run a command in the shell — from parsing to fork(), execve(), and wait() system calls.