shred
Overwrite files to securely delete data.
- Overwrite a file:
shred {file}
- Overwrite a file, leaving zeroes instead of random data:
shred --zero {file}
- Overwrite a file 25 times:
shred -n25 {file}
- Overwrite a file and remove it:
shred --remove {file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).