Yeah, the idea is how to regain control of the box without rebooting. George Nathan England wrote: > > > > > *** DO NOT TRY THIS UNLESS YOU WANT TO REBOOT *** > > Here's my script: > > #!/bin/bash > > > > while [ 1 ]; do > > # Make a copy > > cp corewar corewar.$$ > > > > # Run it > > ./corewar.$$ & > > > > # Start over > > done > > > > *** DO NOT TRY THIS UNLESS YOU WANT TO REBOOT *** > > > > Here's the challenge: how do you clean up these processes without > > using init 0, init 1, init 6, reboot, or shutdown? > > > > Now I'm guilty of #3, above. > > > > George > > > > Use one of the bootable business cards. Boot that, mount your drive, > remove the script, reboot.. > > yeah? or did I miss the point? > > nathan > > ________________________________________________ > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. > > PLUG-discuss mailing list - PLUG-discuss@lists.PLUG.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss