Processes, Signals, and Jobs
Use this page when job control and process commands still blur together.
Core Ideas
- a process is a running program
- the shell can manage foreground and background jobs
Ctrl+Cinterrupts,Ctrl+Zsuspendsbgandfgcontrol shell jobskill -15asks for graceful terminationkill -9force-kills with no cleanup