Tag Archive | "System admin"

Understanding and Preventing Fork Bombs

Wednesday, October 7, 2009

0 Comments

A fork bomb is just a bash function that gets called recursively. Once a fork bomb is active on a machine it may not be able to preform normally until a reboot is made, as the only solution to the fork bomb is to kill all its processes. Bash Functions A fork bomb is really [...]

Continue reading...