Anyone understand the following code , running in bash ?
:(){ :|:& };:
It seems to be a "fork" bomb on Linux.
|
|
|
It's not that difficult to decipher in fact. This piece of code just defines a function named This leads to a fast increasing number of subshell processes. Unprotected systems (systems without a process number limit per user) will be severely affected by such fork bombs since legitimate processes will quickly be outnumbered and thus deprived of most CPU resources. |
|||||
|