https://github.com/nsardo/osx_forking
example code for linux/unix forking on os x
https://github.com/nsardo/osx_forking
c-programming example-code forking linux osx
Last synced: 27 days ago
JSON representation
example code for linux/unix forking on os x
- Host: GitHub
- URL: https://github.com/nsardo/osx_forking
- Owner: nsardo
- Created: 2019-01-01T15:19:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T15:47:54.000Z (over 7 years ago)
- Last Synced: 2025-03-02T08:18:52.152Z (over 1 year ago)
- Topics: c-programming, example-code, forking, linux, osx
- Language: C
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OSX_forking
Example code showing use of Linux / Unix API's on OS X
- forking a process
- killing a forked child process from parent
Also built commandline program
### USAGE:
Download the release and unzip. Inside the **cmake-build-release/** folder is an already built executable, *osx_forking*.
Simply open a terminal into that directory and enter:
```bash
$ ./osx_forking
```
### EXAMPLE OUTPUT:
