Quantcast
Username/Email:  Password: 

Make a file unrecoverable

You have a file "test".The following command makes it so no one can read it.If the file was 12 bytes, it's now 4096 after it has been over written 100 times. There's no way to recover this.

$ shred -n 100 -z test

Want to remove the file? Use the "u" option.

$ shred -n 100 -z -u test

It can be applied to a device also
For more pls visit
http://www.lynuxstuff.com

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <pre> <ul> <ol> <li> <dl> <dt> <dd> <i> <b>
  • Lines and paragraphs break automatically.
  • Use to create page breaks.

More information about formatting options