Is there an unrecoverable erase command?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Is there an unrecoverable erase command?
# 1  
Old 11-01-2000
Network

I am "retiring" an old unix box and need to erase all sensitive data so that it can not be recovered. Does anyone know a unix command for this?
# 2  
Old 11-01-2000
Yes, there are many utilities available for UNIX systems which will destroy the data on hard drives and make them "unrecoverable". These utilities are not part of the standard distributions and are normally commercial or opensource applications. What OS are you using?
# 3  
Old 11-02-2000
unrecoverable erase command

The system is USL Unix System V Release 4.2 Version 7.5.5 for the SPARC family. Thanks!
# 4  
Old 11-03-2000
Have you installed a GCC compiler? If not, please install the lastest GCC compiler? If so, what version and release date?

[Edited by Neo on 11-03-2000 at 12:06 AM]
# 5  
Old 11-03-2000
unrecoverable erase command

No, I haven't. Would a regular cc compiler do? If you have the source code, I could try recompiling it cc. I went to the gnu site and saw where I need to download the gcc compiler, but would like to just use the compiler that is already there if possible.
# 6  
Old 11-03-2000
Install GCC Compiler

It has been my experience that over the years that in different UNIX environments that the first thing I do, on a new platform, is to install the latest GCC compiler. GCC is a cross platform compiler and opens your world to myriad utilities. <BR>

It it my strong suggestion that you install the GCC compiler on at least one of your platforms so you can compile executables specific to your environment and architecture easily. Any search for code that I would do to would be in GCC archives, BTW.

I've worked in big HP shops, Sun shops, etc. in all those shops, I've always installed a GCC compiler very quickly. If you can't do it on a production platform, the next best thing is to install on a development platform in the lab.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Ps2pdf: Unrecoverable error

Good Day all, I'm new to ghostscript and have installed it in my unix system two days back. But while using ps2pdf, I get the error pasted at the bottom. I was able to convert my PS file via PDF Creator manually. But this error seems to be coming while using ps2pdf. My PS File is... (8 Replies)
Discussion started by: ADHVADARZIN
8 Replies

2. OS X (Apple)

Can I erase and start my mac with unix command

I made a tragic error and erased the extensions manager from my IMac. Now, I can't get the computer to boot up. It just stays on the gray screen. I've tried using the open apple+s method, which brings up the command console (not sure if I've got the lingo down right), and I've tried everything, but... (12 Replies)
Discussion started by: ccff22290
12 Replies

3. AIX

How to use dd command to erase the data in disk

how to use dd command to erase the data in disk, such as hdisk2? (9 Replies)
Discussion started by: rainbow_bean
9 Replies

4. UNIX for Dummies Questions & Answers

Erase an at job

Hello everybody i need to erase a at job that i write. I wrote at 22 at>execute a command at>Ctr + d How do i erase this? I don`t wan`t to do this. I need to change something when i pressed ctrl + d give a job number (2 Replies)
Discussion started by: enkei17
2 Replies

5. Filesystems, Disks and Memory

"mt erase" command does not work

Hi I have some data in my tape which I want to erase with the command mt erase The process runs for a long time without cleaning data. What can be the problem?? krishan (2 Replies)
Discussion started by: krishan
2 Replies

6. UNIX for Advanced & Expert Users

stty erase r

after hitting this command...on pressing r acts as a backspace character.... how to disable this function (5 Replies)
Discussion started by: bishweshwar
5 Replies

7. UNIX for Advanced & Expert Users

stty erase in a script

does anyone know how to incorporate this in a script so users can actually make use of their backspace button that they've grown accustomed to? stty erase ^H --- this isn't working the script. works on command line but i wanna invoke it whenever this program of mine is run so users can use... (2 Replies)
Discussion started by: Terrible
2 Replies

8. UNIX for Dummies Questions & Answers

erase file

I have a file that always generated in the system eg. /tmp/log.txt , it is generated by the application program , but this file should not be present in the system otherwise there are some program problem , I want to erase this file once the program has generate it , as I know , it can link to... (2 Replies)
Discussion started by: ust
2 Replies

9. UNIX for Dummies Questions & Answers

stty erase e command

I'm not familiar with the stty command. What would "stty erase e" do to my system and what kind of problems would it create? Also, how would I undo this command? (1 Reply)
Discussion started by: CEngel0327
1 Replies

10. Shell Programming and Scripting

Erase files and directory

I have a set of files created under different name, but they all have the same directory name at some point. I will like to delete all the files and directories after the common name: Here is an example: techs\fins\results\oaks\bigs tech2\gihs\results\gears\picks ... (3 Replies)
Discussion started by: odogbolu98
3 Replies
Login or Register to Ask a Question