Differences between version 7 and revision by previous author of UnixSignals.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Wednesday, October 13, 2004 12:41:40 am | by StuartYeates | Revert |
Older page: | version 6 | Last edited on Tuesday, November 18, 2003 8:22:48 pm | by PerryLorier | Revert |
@@ -1,7 +1,9 @@
Various Signals under [Unix]
-(Note - 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 on a [Linux] system in /usr/include/bits/signum.h)
A more portable (and useful) approach is
+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 on a [Linux] system in /usr/include/bits/signum.h, or in the [POSIX] standard.
+
+
A more portable (and useful) approach is
kill -l
# [SIGHUP]
# [SIGINT]