Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 42
hp e3000
programming
and posix
process management - execl()
Compile & link sample program
shell/iX> gcc -o execlt execlt.c
Run sample program
shell/iX> execlt
child: hello world
parent: exiting
A child process on MPE will not survive the death of its
parent; implement daemons via batch jobs instead