Programming and posix getting started

24
Process Management - execl
Compile & link sample program
> c89 -o execlt execlt.c
Run sample program
> execlt
child: hello world
parent: exiting