Unix signals are initiated either by cron, running programs, computer administrators, or operators. One example of a signal is the SIGHUP signal, which is sent to the internet to instruct the Internet Daemon, also known as inetd, to repeat reading the Daemon’s configuration file.
It is also possible to use signals to terminate a currently running [...]

Continue reading " Understanding Unix Signals "