Penguin

Differences between current version and predecessor to the previous major change of UnixSignals.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Monday, October 18, 2004 3:16:28 am by AristotlePagaltzis
Older page: version 7 Last edited on Wednesday, October 13, 2004 12:41:40 am by StuartYeates Revert
@@ -1,38 +1 @@
-Various Signals under [Unix ]  
-  
-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]  
-# [SIGQUIT]  
-# [SIGILL]  
-# [SIGTRAP]  
-# [SIGABRT]  
-# [SIGBUS]  
-# [SIGFPE]  
-# [SIGKILL]  
-# [SIGUSR1]  
-# [SIGSEGV]  
-# [SIGUSR2]  
-# [SIGPIPE]  
-# [SIGALRM]  
-# [SIGTERM]  
-# [SIGSTKFLT]  
-# [SIGCHLD]  
-# [SIGCONT]  
-# [SIGSTOP]  
-# [SIGTSTP]  
-# [SIGTTIN]  
-# [SIGTTOU]  
-# [SIGURG]  
-# [SIGXCPU]  
-# [SIGXFSZ]  
-# [SIGVTALRM]  
-# [SIGPROF]  
-# [SIGWINCH]  
-# [SIGIO]  
-# [SIGPWR]  
-# [SIGSYS]  
+Describe [UnixSignals ] here