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.
- Host: GitHub
- URL: https://github.com/codebender828/unix-fork-example
- Owner: codebender828
- Created: 2018-09-28T03:15:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T03:18:23.000Z (over 7 years ago)
- Last Synced: 2025-02-14T10:31:33.658Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.