shred

الكتابة فوق الملفات لحذف البيانات بشكل آمن. لمزيد من التفاصيل: https://www.gnu.org/software/coreutils/manual/html_node/shred-invocation.html.

shred {{path/to/file}}

shred {{-v|--verbose}} {{path/to/file}}

shred {{-z|--zero}} {{path/to/file}}

shred {{-n|--iterations}} {{25}} {{path/to/file}}

shred --remove {{path/to/file}}

shred {{-vzun|--verbose --zero -u --iterations}} 100 {{path/to/file}}