Penguin

Differences between version 5 and predecessor to the previous major change of Signal.

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

Newer page: version 5 Last edited on Tuesday, April 17, 2007 7:41:00 pm by BenStaz Revert
Older page: version 4 Last edited on Thursday, May 4, 2006 9:38:28 am by IanMcDonald Revert
@@ -32,8 +32,22 @@
 # [SIGWINCH] 
 # [SIGIO] 
 # [SIGPWR] 
 # [SIGSYS] 
+  
+!Hotkeys for some of the above symbols.  
+  
+These hotkeys can be found by typing:  
+  
+*stty -a  
+  
+intr = ^C; quit = ^\; kill = ^U; susp = ^Z  
+<verbatim>  
+intr = [SIGINT]  
+quit = [SIGQUIT]  
+kill = [SIGKILL]  
+susp = [SIGSTOP]  
+</verbatim>  
  
 Here are a couple of pages that show how to code for signals:<br> 
 http://users.actcom.co.il/~choo/lupg/tutorials/signals/signals-programming.html<br> 
 http://www.gnu.org/software/libc/manual/html_node/Signal-Handling.html