Signals: Review Questions - lyuanschool/SystemProgramming GitHub Wiki

Give the names of two signals that are normally generated by the kernel

Give the name of a signal that can not be caught by a signal

Coding Questions

Write brief code that uses SIGACTION and a SIGNALSET to create a SIGALRM handler.