/UNIX-fork-example

A simple program in C to demonstrate the logging of parent and child processes on UNIX.

Primary LanguageC

UNIX Operating System fork() example.

Hi! This is a simple program in C I wrote to demonstrate the logging of parent and child processes on UNIX. Should be simple to find your way around it!

Thanks to https://timmurphy.org for making the concept clear for me.