home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / programm / 5357 < prev    next >
Encoding:
Text File  |  1992-11-19  |  793 b   |  20 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!think.com!paperboy.osf.org!coren
  3. From: coren@speed.osf.org (Robert Coren)
  4. Subject: Re: Question on kill signal (SIGKILL)
  5. Message-ID: <1992Nov19.140553.22025@osf.org>
  6. Sender: news@osf.org (USENET News System)
  7. Organization: Open Software Foundation
  8. References:  <1992Nov19.100606.15620@nuscc.nus.sg>
  9. Date: Thu, 19 Nov 1992 14:05:53 GMT
  10. Lines: 8
  11.  
  12. In article <1992Nov19.100606.15620@nuscc.nus.sg>, isc40038@nusunix1.nus.sg (LIM FANG HOW) writes:
  13. > How can I program a process to write to a text file upon receiving a
  14. > SIGKILL from another process ?? I am writing in a C environment.
  15.  
  16. You can't. The kernel will not let you supply a handler for SIGKILL --
  17. it *always* kills the process, unconditionally.
  18.  
  19. Did you perhaps mean some other signal?
  20.