home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / programm / 5354 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  635 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!darwin.sura.net!jvnc.net!nuscc!nusunix3.nus.sg!isc40038
  2. From: isc40038@nusunix1.nus.sg (LIM FANG HOW)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Question on kill signal (SIGKILL)
  5. Message-ID: <1992Nov19.100606.15620@nuscc.nus.sg>
  6. Date: 19 Nov 92 10:06:06 GMT
  7. Sender: usenet@nuscc.nus.sg
  8. Organization: National University of Singapore
  9. Lines: 5
  10. X-Newsreader: TIN [version 1.1 PL6]
  11.  
  12. How can I program a process to write to a text file upon receiving a
  13. SIGKILL from another process ?? I am writing in a C environment.
  14.  
  15. P.S. : The process must be able to receive the SIGKILL at any point of
  16. execution. 
  17.