## Shred
- Shred command on linux
- Privacy
- File Confidentiality
- Overwrite and optionally delete file
- `shred -v --iterations=30 -u [file]`
- `-u` Deallocate and remove file after overwriting
- `--iterations=N` Number of times to overwrite the file (default is 3)
- `-v` 'verbose'