https://github.com/benapetr/mkzombie
GNU/Linux tool that artificially creates zombie processes - useful for debugging and training purposes where you need to explain people what zombie processes are and how to treat them
https://github.com/benapetr/mkzombie
Last synced: about 1 month ago
JSON representation
GNU/Linux tool that artificially creates zombie processes - useful for debugging and training purposes where you need to explain people what zombie processes are and how to treat them
- Host: GitHub
- URL: https://github.com/benapetr/mkzombie
- Owner: benapetr
- Created: 2019-04-26T10:56:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T11:20:12.000Z (about 7 years ago)
- Last Synced: 2025-02-22T11:42:57.076Z (over 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mkzombie
GNU/Linux tool that artificially creates zombie processes - useful for debugging and training purposes where you need to explain people what zombie processes are and how to treat them
# How to make
```
gcc mkzombie.c -o mkzombie
```