Unix (and Linux and Minx) use signals to notify a parent that a child has terminated. Signals are also used for keyboard interrupts, to terminate another process, etc.
The kill system call is used to "send" a signal from one process to another.
A few of the symbolic names for the integer signals:
- SIGKILL
- SIGINT
- SIGCHLD