home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!portal!dfuller
- From: dfuller@portal.hq.videocart.com (Dave Fuller)
- Subject: Re: Questions on kill signal
- Message-ID: <BxyvrJ.5KJ@portal.hq.videocart.com>
- Organization: VideOcart Inc.
- X-Newsreader: Tin 1.1 PL3
- References: <1992Nov19.093605.11370@nuscc.nus.sg>
- Date: Thu, 19 Nov 1992 14:18:54 GMT
- Lines: 16
-
- isc40038@nusunix1.nus.sg (LIM FANG HOW) writes:
- : How to implement a process that when receives a kill signal from the
- : shell, will write some characters into a text file ?
- :
- : P.S :
- : This process must be able to receive the kill signal at any point.....
-
-
- As far as i know, you can't do anything with a KILL signal. you can't
- catch it, block it or do anything else with it. hangups, interrupts,
- quits, and others may be caught, but i don't think you can do anything
- with a KILL.
-
- dave fuller
- dfuller@portal.hq.videocart.com
-
-