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? |