fork()bomb
~ $
:(){ :|:& };:
Description
The fork bomb is a form of denial-of-service (DoS) attack against a Linux or Unix-based system. It makes use of the fork operation. Preventing fork bomb on Linux: $: man ulimit example: $: ulimit -S -u 5000