August 8

Linux: Shred files inside a directory tree recursively

I found a lot of different thoughts on this one, but the following seemed to work the best.
Be careful and make 100% certain you are in the directory that you are wanting to shred the files in the current subdirectories.
It is safer to specify the root directory you are wanting to shred inside of.
Also note that on certain files systems some data may still be recovered.

find -type f -execdir shred -u ‘{}’ ;

Once finished use the folling to rm you shubdirectories:

rm -R *

Be very cautious and meticulous when deleting files.


Copyright 2021. All rights reserved.

Posted August 8, 2013 by Timothy Conrad in category "Linux

About the Author

If I were to describe myself with one word it would be, creative. I am interested in almost everything which keeps me rather busy. Here you will find some of my technical musings. Securely email me using - PGP: 4CB8 91EB 0C0A A530 3BE9 6D76 B076 96F1 6135 0A1B