Introduction
When you run programs on your computer, the system needs to keep track of them. Process control helps manage these running programs so they don't interfere with each other and your computer stays organized.
When you want to see which programs are currently running on your computer
When you need to stop a program that is not responding
When you want to pause a program and resume it later
When you want to start a program in the background so you can keep using the terminal
When you want to check how much memory or CPU a program is using