Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!brl-tgr!ron From: ron@brl-tgr.ARPA (Ron Natalie ) Newsgroups: net.bugs.4bsd Subject: Re: sending SIGCONT to suid root child processes Message-ID: <10534@brl-tgr.ARPA> Date: Thu, 9-May-85 02:22:14 EDT Article-I.D.: brl-tgr.10534 Posted: Thu May 9 02:22:14 1985 Date-Received: Sat, 11-May-85 00:01:36 EDT References: <254@wcwvax.UUCP> Distribution: net.unix Organization: Ballistic Research Lab Lines: 9 > I have a process which spawns a child which executes a set uid to root > process. The parent wishes to signal the child to tell it when to exit, so > following the manual page kill(2) in the 4.2 manual, I try to send > SIGCONT. However the child does not receive the signal. > The way the shell handles this is to send a SIGCONT to the process group that the child is in. -Ron