Go to the first, previous, next, last section, table of contents.


Some Kinds of Signals

A signal reports the occurrence of an exceptional event. These are some of the events that can cause (or generate, or raise) a signal:

Each of these kinds of events (excepting explicit calls to kill and raise) generates its own particular kind of signal. The various kinds of signals are listed and described in detail in section Standard Signals.


Go to the first, previous, next, last section, table of contents.