Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux shred command

# To overwrite the contents of the file multiple times 
# to make it unrecoverable.
$shred -n 10 filename.txt
 
PREVIOUS NEXT
Tagged: #linux #shred #command
ADD COMMENT
Topic
Name
3+2 =