Profile

unixronin: Galen the technomage, from Babylon 5: Crusade (Default)
Unixronin

December 2012

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

Most Popular Tags

Expand Cut Tags

No cut tags
Monday, May 11th, 2009 08:11 am

"A multi-gigahertz Athlon processor plus a tiny shell script with a minor syntax oversight can fork-bomb with terrifying speed."  Four thousand additional /bin/bash processes spawned in the two seconds or so before procmeter3 stopped responding...  the machine rebooted about twenty seconds later.

The error?  Oh, I had the script echo a usage string, "cool | uncool | recool", and forgot to quote it...

Monday, May 11th, 2009 06:26 pm (UTC)
Its always those little things. ' not ` (or vice versa) has been my undoing a couple of times.
Monday, May 11th, 2009 10:52 pm (UTC)
Forkbomb :(){ :|:& };:

I almost dd if=/dev/zero of=reallyimportantdrive

And the bitch is that ulimit will stop the fork bomb but will gleefully let dd kill important stuff.