
shred
List of commands for shred:
-
shred:ai:b8ec0 low level format usb drive$ shred -n 0 -z -v /dev/sdXtry on your machineexplain this command
-
shred:ai:cbe16 how do I completely wipe all local drives$ shred -z -n 1 -v /dev/sdXtry on your machineexplain this command
-
shred:tldr:2b05b shred: Overwrite a file and remove it.$ shred --remove ${filename}try on your machineexplain this command
-
shred:tldr:955bd shred: Overwrite a file, leaving zeroes instead of random data.$ shred --zero ${filename}try on your machineexplain this command
-
shred:tldr:e5c1c shred: Overwrite a file 25 times.$ shred -n25 ${filename}try on your machineexplain this command
-
shred:tldr:fa03d shred: Overwrite a file.$ shred ${filename}try on your machineexplain this command