DEV Community

Hosni Zaaraoui
Hosni Zaaraoui

Posted on

Signals in Linux explained visually

Stopping a process in Linux isn’t just “kill it.”
Signals are how Linux communicates with running processes:
· some ask nicely
· some interrupt
· some pause
· and some force termination
This one-image visual explains the most common Linux signals and when to use them.

Linux Signals

Top comments (0)