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
.
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
.
Section 7 of manual gives the list of signals. Use:
man 7 signal