Results 1 to 4 of 4

Thread: How to shred entire directory (tree)

  1. #1
    Join Date
    Jul 2010
    Posts
    52

    How to shred entire directory (tree)

    Guys help me to find out the way to deal with the advance features and procedures provided by the Linux community. Actually, there are more user on the network connected with me . I would like to shred a entire tree, could it be possible in this case?

    If not, is there a good tool as the Eraser in Windows to do the same thing, but what about the Linux ?Please help me to find the best one procedure .

    Thanks!

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: How to shred entire directory (tree)

    If you are just indicating that the secure deletion by overwriting the same with the random bits, then go for Wipe . It is one of the secure file wiping tool provided specially in the free distributed environment . There are some low level problems which should be taken into the consideration. One of these is that there should be some sort of write barrier within the passes specified .

    There is another alternative " Free Secure (Destructive) File and Disk Deletion Tools" facilitated and you can select from the list of protected delete applications. Wipe will be also entitled there but you shoul need to move for the application with the GUI.

  3. #3
    Join Date
    Jul 2010
    Posts
    52

    Re: How to shred entire directory (tree)

    Thanks for the suggestion and I am so glad that you considered on my issues. I have posted the same thread on the official site also but there are no any response at all. I have posted the same question and one of the user is getting what I described there .
    What do you mean by shredding the tree?? I take this "rm -rf folder_name" is not appropriate ??
    I mean the 'batch' equivalent of shred, as shred only shreds one file once (I am able to use for i .... but that only consumes out the files and I would like to choose a directory and have clicked and shred).

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to shred entire directory (tree)

    There are some useful command that could be feasible in this situation. I have searched a lot about this and found something useful. You need to go for the command to shred entire files within the directory tree and then after remove out the empty directories.

    $>find -type f -execdir shred -u '{}' \;
    $>rm -rf *

Similar Threads

  1. SearchFilterHost.exe is consuming entire RAM
    By Rufta in forum Operating Systems
    Replies: 4
    Last Post: 22-01-2011, 08:14 PM
  2. Files on SSD drives getting shred
    By Mei-Xiu in forum Hardware Peripherals
    Replies: 5
    Last Post: 27-10-2010, 05:50 AM
  3. Replies: 3
    Last Post: 29-06-2009, 06:58 PM
  4. The entire bandwidth can not be used
    By spectre330 in forum Technology & Internet
    Replies: 3
    Last Post: 27-11-2008, 07:31 PM
  5. XP won't see entire 320 GB drive
    By PsYcHo 1 in forum Windows XP Support
    Replies: 5
    Last Post: 11-02-2008, 03:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,126,427.30216 seconds with 17 queries