Chapter 21. Signals
Introduction
Signals are a notification mechanism among processes, they can be either termination or warning signals, that allow process coordination and monitoring
Objectives
- Explain what signals are and how they are used
- Know the different signals and types of signals available in Linux
- Use kill, killall and pkill to send signals from the command line
What signals are
They are a inter process communication (IPC) mechanism used to notify process about asynchronous events (or exceptions).