home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16794 < prev    next >
Encoding:
Text File  |  1992-11-19  |  888 b   |  28 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!portal!dfuller
  3. From: dfuller@portal.hq.videocart.com (Dave Fuller)
  4. Subject: Re: Questions on kill signal
  5. Message-ID: <BxyvrJ.5KJ@portal.hq.videocart.com>
  6. Organization: VideOcart Inc.
  7. X-Newsreader: Tin 1.1 PL3
  8. References: <1992Nov19.093605.11370@nuscc.nus.sg>
  9. Date: Thu, 19 Nov 1992 14:18:54 GMT
  10. Lines: 16
  11.  
  12. isc40038@nusunix1.nus.sg (LIM FANG HOW) writes:
  13. : How to implement a process that when receives a kill signal from the
  14. : shell, will write some characters into a text file ? 
  15. :  
  16. : P.S :
  17. :      This process must be able to receive the kill signal at any point.....
  18.  
  19.  
  20.   As far as i know, you can't do anything with a KILL signal. you can't
  21. catch it, block it or do anything else with it. hangups, interrupts,
  22. quits, and others may be caught, but i don't think you can do anything
  23. with a KILL. 
  24.  
  25. dave fuller
  26. dfuller@portal.hq.videocart.com
  27.  
  28.