You need to get rid of data in form of files, directories or drives? May be you know the ‘shred’ command on linux. On OS X, there is srm (stands for ‘secure rm‘):
The following command will apply the secure remove to -directory in a -recursive way using all -force needed in a -medium (though DoD compliant) way.
1 |
srm -d -f -r -m <em>folder</em> |
Or you right-click on your Trash, hold Cmd and select ‘Secure Empty Trash’.
Or you right-click on your Trash, hold Cmd and select ‘Secure Empty Trash’.
Thanks for your input!
Thanks for your input!
Thanks for your input!