Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!brunix!sgf From: sgf@cs.brown.edu (Sam Fulcomer) Newsgroups: comp.sys.sgi Subject: Re: Starting up another process from within a C program Message-ID: <55759@brunix.UUCP> Date: 8 Nov 90 17:19:45 GMT References: <1990Nov5.124751.14923@jarvis.csri.toronto.edu> <1990Nov7.155855.16316@odin.corp.sgi.com> Sender: news@brunix.UUCP Reply-To: sgf@cs.brown.edu (Sam Fulcomer) Organization: Brown University Department of Computer Science Lines: 8 In article <1990Nov7.155855.16316@odin.corp.sgi.com> jmb@patton.wpd.sgi.com (Doctor Software) writes: >... >Now you understand why I like to use popen()/pclose(). >... Bear in mind that one of the things that makes popen more convenient is its use of /bin/sh to exec the command. It's not always the most secure method.