Hacker News new | ask | show | jobs
by nailer 4532 days ago
You can also cancel (sigint, eg ctrl c) processes via kill.

Or use sigchld to a parent to get rid of zombie children.