Unix Signals Reference
Searchable reference of standard Linux signals with default actions, catchability, and exit status codes.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
How it works
A reference of standard Linux signals (1-31, and real-time signals 34-64) with their default actions, whether they can be caught or blocked, and the exit status a process receives when killed by each signal. These signal numbers follow the Linux asm-generic definitions used on x86-64, ARM, and most architectures; Alpha, SPARC, MIPS, and PA-RISC assign several signals different numbers. Use `kill -l` on your target machine to verify. The SIGHUP meaning of "reload configuration" is a convention individual daemons chose, not a kernel definition. Exit-status lookup accepts values 129-192 and reports the corresponding signal; the formula 128 + signal number is a bash/shell convention and not a kernel value, so an ordinary program is free to exit with 137 for any reason.