Kill
Signal Table
Kill Utility Program
Examples
System Calls that Affect the Signal Table
kill: sends signals
signal: change the response to a signal,
i.e., change the entry in the signal table
fork(): creates a new copy of the signal table for the new process
Note: the calls to signal are typically all placed at the beginning of a program
Example 1:
Example 2:
Example 3:
Example 4:
Example 5:
Example 6: