Searchable reference for POSIX signals with default actions, plus a quick kill command builder. Click any row to preselect it in the builder.
| # | Name | Default | Description |
|---|
Signal numbers shown are Linux (x86_64). macOS and BSD differ for some real-time and job-control signals.
SIGTERM (15). Wait a few seconds, then SIGKILL (9) if still alive.SIGHUP (1). Common for nginx, haproxy, sshd.SIGINT (2) to the foreground process group.SIGTSTP (20) β job-control stop. Resume with fg.SIGQUIT (3) or SIGABRT (6).kill -0 <pid> (signal 0 tests delivery without sending anything).