Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.questions Subject: Re: SIGSTOP - what is it? Message-ID: <13114@topaz.rutgers.edu> Date: Thu, 2-Jul-87 13:43:53 EDT Article-I.D.: topaz.13114 Posted: Thu Jul 2 13:43:53 1987 Date-Received: Sat, 4-Jul-87 06:36:07 EDT References: <3786@spool.WISC.EDU> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 7 Programs that play around with the screen, use raw mode, or otherwise want to perform some action when the SIGTSTP (the one generated by ^Z) occurs use this. They catch the SIGTSTP signal and when they really want to stop themselves they send SIGSTOP to themselves. It's sort of analogous to SIGTERM and SIGKILL. -Ron