Penguin
Note: You are viewing an old revision of this page. View the current version.

AddToMe: what's a Signal. Will do that later

Different versions of Unix use different names and/or numbers for some of the lesser used signals. See the signal(7) man-page. You can find the signals and numbers used in the POSIX standard, in /usr/include/bits/signum.h on a Linux system, or by invoking kill -l.

  1. SIGHUP
  2. SIGINT
  3. SIGQUIT
  4. SIGILL
  5. SIGTRAP
  6. SIGABRT (aka SIGIOT)
  7. SIGBUS
  8. SIGFPE
  9. SIGKILL
  10. SIGUSR1
  11. SIGSEGV
  12. SIGUSR2
  13. SIGPIPE
  14. SIGALRM
  15. SIGTERM
  16. SIGSTKFLT
  17. SIGCHLD
  18. SIGCONT
  19. SIGSTOP
  20. SIGTSTP
  21. SIGTTIN
  22. SIGTTOU
  23. SIGURG
  24. SIGXCPU
  25. SIGXFSZ
  26. SIGVTALRM
  27. SIGPROF
  28. SIGWINCH
  29. SIGIO
  30. SIGPWR
  31. SIGSYS