Signals

Back to Linux Internals

Asynchronous notifications sent to processes to indicate events. SIGTERM requests graceful shutdown, SIGKILL forces immediate termination (cannot be caught), SIGHUP traditionally triggers config reload. Signal handlers allow processes to define custom responses. Critical for process lifecycle management.

Key Properties


operating-systems linux signals