[Ubuntu]Preventing recovery of deleted files

Last update on August 21, 2009 12:32 PM by jak58
Published by jak58

[Ubuntu]Preventing recovery of deleted files







Here below is a simple method, on how preventing the recovery of deleted files:
  • First, make sure the recycle bin of Nautilus (the file browser) is empty.
  • Right click on it and choose the option Empty Recylcle bin




Note that: If you have other partitions (FAT, NTFS ...), each of them has its own recycle bin and this manipulation will not be applicable tothem

To view these hidden files press (CTRL + H) and look at the root of each partition the directory for the .Trash ou .Trash-nameofpartition folders and delete the files.

Crushing the free space
To avoid the recovery of deleted files, use the secure-delete package .

Installation:
sudo aptitude install secure-delete 



Command:
sudo sfill -l -l -v / 


For a more effective results use the command:
sudo sfill -v / 


Note:
  • For certain file systems (such as ext3), it is impossible to guarantee a permanent deletion.
  • Programs are included with secure-delete: srm (deleting a file), smem (erasing the memory), sswap (erasing the swap file).
  • For a file to be never written unencrypted disk, you can use encrypted file systems like TrueCrypt.

http://en.kioskea.net/telecharger/telecharger-113-truecrypt
Best answers for « Preventing recovery of deleted files » in :
How to restore deleted files Show How to restore deleted files Download a recovery tool There are easy and effective recovery tools available for download on the web and some have the major advantage of being free. Zero Assumption Recovery Download Link: http://www.z-a...
Unable to delete file: Argument list too long Show Unable to delete file: Argument list too long Solutions Xargs Command find loop for (bash) Program Perl When trying to delete a file , you receive the following error message : bash: /bin/rm: Argument list too long This is...
Permanently delete files from trash bin ShowPermanently delete files from trash Sometimes when emptying the trash some files stays and refused to be deleted! You just have to use a command: Start the Terminal - Type "sudo rm • • •-R" - Drag files, folders that you want...
Prevent the deletion of the browsing history of Windows ShowPrevent the deletion of the browsing history of Windows To prevent users from deleting the browsing history on the Internet, simply proceed as follows: Click on Start/Run/regedit Find the key HKEY_LOCAL_MACHINE...
Deleting a File/Document ShowDeleting a File/Document Deleting an unused file or document from your computer is a method to free some space on your local disk (C: for windows). This process enables your computer to be quick when starting windows. In order to delete file...
Download NTFS Undelete ShowNTFS Undelete is a free software allowing to recover deleted files. It recovers the files directly from the hard disk, even if the recycle bin has been emptied.
Download Recovery for FileMaker ShowRecovery for FileMaker is a powerful recovery tool for damaged FileMaker Pro databases (.FP5, .FP7 and.FP8). It allows to recover tables, table data and information in a common .DBF file. Recovery for FileMaker is a demo version which will recover a...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...
Operating Systems - MS-DOS - Tips ShowSetting the CD-ROM drive The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do...
Linux - The Vi editor ShowIntroduction to Vi Despite its very limited ergonomics, Vi i is one of the most popular text editors texte under Unix type systems (with Emacs and pico). Under Linux, there is a free version of Vi called Vim (Vi Improved). Vi (pronounced vee-eye)...