[NTLUG:Discuss] Linux Death Command?

Michael Barnes barnmichael at gmail.com
Wed May 27 10:39:09 CDT 2009


On Mon, May 18, 2009 at 12:04 PM, Dennis Myhand <dmyhand at ednaisd.org> wrote:
> Well Folks, the end of the school year is quickly approaching and I am
> looking to have some fun with the systems my students installed.  Can
> someone tell me what the command is to recursively delete everything on
> the hard drive?  I want to show my students whether it really works or
> not.  Thanks, Dennis in Victoria
>
>


$ sudo rm -fdr /*
or
# rm -fdr /*

HTH,

Michael



More information about the Discuss mailing list