| NAME NAME NAME |
Default Action |
Description |
| SIGHUP |
terminate process |
terminal line hangup |
| SIGINT |
terminate process |
interrupt program |
| SIGQUIT |
create core image |
quit program |
| SIGILL |
create core image |
illegal instruction |
| SIGTRAP |
create core image |
trace trap |
| SIGABRT |
create core image () |
abort 3 |
call (formerly
SIGIOT)
| SIGEMT |
create core image |
emulate instruction executed |
| SIGFPE |
create core image |
floating-point exception |
| SIGKILL |
terminate process |
kill program (cannot be caught or ignored) |
| SIGBUS |
create core image |
bus error |
| SIGSEGV |
create core image |
segmentation violation |
| SIGSYS |
create core image |
system call given invalid argument |
| SIGPIPE |
terminate process |
write on a pipe with no reader |
| SIGALRM |
terminate process |
real-time timer expired |
| SIGTERM |
terminate process |
software termination signal |
| SIGURG |
discard signal |
urgent condition present on socket |
| SIGSTOP |
stop process |
stop (cannot be caught or ignored) |
| SIGTSTP |
stop process |
stop signal generated from keyboard |
| SIGCONT |
discard signal |
continue after stop |
| SIGCHLD |
discard signal |
child status has changed |
| SIGTTIN |
stop process |
background read attempted from control terminal |
| SIGTTOU |
stop process |
background write attempted to control terminal |
| SIGIO |
discard signal |
I/O |
is possible on a descriptor (see
fcntl(2))
| SIGXCPU |
terminate process |
CPU time limit exceeded (see |
setrlimit(2))
| SIGXFSZ |
terminate process |
file size limit exceeded (see |
setrlimit(2))
| SIGVTALRM |
terminate process |
virtual time alarm (see |
setitimer(2))
| SIGPROF |
terminate process |
profiling timer alarm (see |
setitimer(2))
| SIGWINCH |
discard signal |
window size change |
| SIGINFO |
discard signal |
status request from keyboard |
| SIGUSR1 |
terminate process |
user-defined signal 1 |
| SIGUSR2 |
terminate process |
user-defined signal 2 |