Path: utzoo!attcan!uunet!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: Using popen from a daemon Message-ID: <13262@smoke.BRL.MIL> Date: 28 Jun 90 16:06:11 GMT References: Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 9 In article todd@narnia.ecs.rpi.edu (R. Lindsay Todd) writes: >There is nothing in the man pages I have that indicate that popen must have >a controlling tty. Is this some unwritten standard "feature" of popen, or >is it a buggy implementation? Maybe it's a bug in the application? popen() does not require a controlling tty; neither should the shell that it invokes. Unless somebody has been mucking around with the system software, something else must be going on.