Skip to content

Instantly share code, notes, and snippets.

@sdrew
Created May 24, 2014 22:38
Show Gist options
  • Save sdrew/87cc84ef0560c511238a to your computer and use it in GitHub Desktop.
Save sdrew/87cc84ef0560c511238a to your computer and use it in GitHub Desktop.
Terminal Signals
1 HUP (hang up)
2 INT (interrupt)
3 QUIT (quit)
6 ABRT (abort)
9 KILL (non-catchable, non-ignorable kill)
14 ALRM (alarm clock)
15 TERM (software termination signal)
PID -1 sends signal to all processes if superuser, just those belonging to the user otherwise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment