Search code examples
signalsposixmanpage

man page with list of posix signals?


Is there a man page with the list of posix signals?

On Linux, neither kill nor signal man pages have the list, nor was I able to find an enum definition on /usr/include.


Solution

  • Section 7 of manual gives the list of signals. Use:

    man 7 signal