Firing up a process and not wait()ing on it..

Ken Lee klee at chico.pa.dec.com
Wed Dec 20 07:54:24 AEST 1989


In article <1989Dec19.191032.21857 at lavaca.uh.edu>, jet at lavaca.uh.edu (J.
Eric Townsend) writes:
> Maybe there's an obvious answer to this that I didn't hit while
> RTFM'ing.  While in process foo, I want to crank up process bar
> and have it run independently of foo. 

The standard way of doing this is to fork (or vfork) and execl (or
execv).  Any good UNIX programming book should have example code.

Ken Lee
DEC Western Software Laboratory, Palo Alto, Calif.
Internet: klee at decwrl.dec.com
uucp: uunet!decwrl!klee



More information about the Comp.unix.ultrix mailing list