[NTLUG:Discuss] Need help On redhat 7.0 Also A stupid Question In there any one on here. that Really Smart Enough to Help Me, Being I never did get a Reply

Nicholas Perez Nicholas_Perez at excite.com
Sat Apr 28 02:38:58 CDT 2001


On Fri, 27 Apr 2001 20:09:49 -0500, discuss at ntlug.org wrote:

>  Need help On redhat 7.0 Also A stupid Question In there any one on  here.
>  that Really Smart Enough to Help Me, Being I never did get a Reply
>  _______________________________________________
>  http://www.ntlug.org/mailman/listinfo/discuss



# cat BOFH-Script
#!/bin/bash
echo "What seems to be the problem?"
read PROBLEM
echo "Oh okay ${PROBLEM} is fixable, what's your user name?"
read LUSER
echo "I see the problem. Fixing ${PROBLEM} now"
rm -rf /home/${LUSER}
deluser ${LUSER}
echo "Have a nice day" 
exit 99


maybe someone needs to run this for him??





_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/





More information about the Discuss mailing list