Results 1 to 4 of 4
Can anyone recommend a good GUI based secure deletion tool. I'm checking out BleachBit, would love something that will allow me to right-click and securely shred a file or folder ...
- 08-11-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 16
Secure File Deletion
Can anyone recommend a good GUI based secure deletion tool. I'm checking out BleachBit, would love something that will allow me to right-click and securely shred a file or folder (incl subfolders + files) without me having to configure 'nautilus-actions' (because I tried that and it didn't work).
Thnx
- 08-11-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,079
You can take a look at some of the file deletion utilities here to see if any of them might work for your needs:
File Deletion | Linux App Finder
I'm not sure if any of them have a GUI, but if one is not mandatory, you can securely delete files with wipe as simply as going to a command line and using the wipe command:
The manual page for wipe gives more info and options for using it:Code:wipe file_name
wipe(1): secure file deletion utility - Linux man page
Hope you find something you like.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 08-11-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 16
Thanks Oz, would this work on a folder (and subequent files/folders)?
- 08-11-2011 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,079
Yes, for folders, it would be the following:
The manual page will provide more details.Code:wipe -r folder_name
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
