In article <[email protected]>,
Michael Shields <[email protected]> wrote:
>> Is there anyone who can give me a simple program or set of commands that
>> creates a zombie process? Thanks in advance.
>
>Here, public domain.
>
<snip>
> wait();
<snip>
wait(NULL); would be saner.
- Ian