Low level format

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Thomas Cameron
Date:  
Subject: Low level format
----- Original Message -----
From: "Jay" <>
To: <>
Sent: Friday, April 25, 2003 11:16 AM
Subject: Re: Low level format


>
>
>
> To try and determine *how* the hackers are continually exploiting the
> system, consider an external vulnerability assessment. Edgeos provides
> this service for just $25.


Or you can just use nessus (http://www.nessus.org/), which is a free tool.

> cat /dev/zero > /dev/hdX (where "hdX" is the drive to fill with zeros)


Or using dd:

dd if=/dev/zero of=/dev/hdX

Thomas