home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16780 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  606 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.lang.c
  4. Subject: Questions on kill signal
  5. Message-ID: <1992Nov19.093605.11370@nuscc.nus.sg>
  6. Date: 19 Nov 92 09:36:05 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 to implement a process that when receives a kill signal from the
  13. shell, will write some characters into a text file ? 
  14.  
  15. P.S :
  16.      This process must be able to receive the kill signal at any point.....
  17.