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.
A simple program in C to demonstrate the logging of parent and child processes on UNIX.
C
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.