How To Securely Delete Files In Linux
by admin on 07/11/09 at 12:55 pm
If you are using a file system such as EXT3, ReiserFS, JFS, or XFS you cannot securely delete your files without using an encrypted file system. These are what is known as journaling file systems and they record all changes that occur in your files. Every record insertion/deletion/update is logged. This replication of data is useful for disaster recovery, however, it means that even if you delete a file, there is still a record of it in your system.
To get round this security problem, you can: