Processes Out of Control? Just STOP Them

Especially if you're a programmer, you can run into a situation where you have processes forking (Section 24.2) out of control — more and more of them. By the time you kill one, fifty more fork.

— JP



[7] This trick uses the shell's built-in wildcard matching (Section 1.13) to show you the shell's name — we hope. If you get an answer like /bin/bas?, or multiple answers that don't include /bin/bash, try another shell name. (Maybe your bash is in /usr/local/bin, for instance.) If you get an answer like No more processes, though, your echo command probably isn't built in.