View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 12:48 PM
Simon Greenland
 
Posts: n/a
Default Re: Secure deletion of files (AIX 4.3.3)

Patrick <rhodan_nospam_5625@freakmail.de> wrote in
news:5cr796F1qacvfU1@mid.uni-berlin.de:

>
> It's the same as in the other OS you mentioned, run
>
> dd if=/dev/zero of=<whatever you want to wipe>
> dd if=/dev/urandom of=<whatever you want to wipe>
>
>
> Patrick
>


Thanks Patrick - Do you know of somewhere I can obtain /dev/urandom as it
isn't available in this installation?
Reply With Quote