shred <FILE...>
Overwrite a file to hide its contents, and optionally delete it
Arguments
Name | Description |
---|
FILE | File(s) to shred |
Options
Name | Description |
---|
--force, -f | Change permissions to allow writing if necessary |
--iterations, -n <N> | Overwrite N times instead of the default (3) |
--random-source <FILE> | Get random bytes from FILE |
--size, -s <N> | Shred this many bytes (suffixes like K, M, G accepted) |
--remove <HOW> | Like -u but give control on HOW to delete |
--verbose, -v | Show progress |
--exact, -x | Do not round file sizes up to the next full block; this is the default for non-regular files |
--zero, -z | Add a final overwrite with zeros to hide shredding |
--help | Display this help and exit |
--version | Output version information and exit |