by Void Main » Mon Jan 16, 2006 9:52 pm
It's basically a fork bomb. I believe it is just a function definition that calls itself recursively and backgrounds. It spawns processes until the system just runs out of resources. On a "good" default install users would be limited to the number of processes that they are allowed to start. This can be configured in /etc/security/limits.conf (nproc). It's wise to put limits on all resources so a user can't bring a server to it's knees.
Last edited by
Void Main on Mon Jan 16, 2006 9:56 pm, edited 1 time in total.