An open API service indexing awesome lists of open source software.

https://github.com/codebender828/unix-fork-example

A simple program in C to demonstrate the logging of parent and child processes on UNIX.
https://github.com/codebender828/unix-fork-example

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.