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

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

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
```