Slide 24
Slide 24 text
A brief overview of OS signals
KILL Handled by OS, kills the process
STOP, CONT Handled by OS, pauses/resumes the process
QUIT Sent by Ctrl + \, core dumps
INFO Sent by Ctrl + T, process info
PIPE Failed write to file descriptor
INT Sent by Ctrl + C
TERM Sent by kill