Tag: secure delete

  • Secure Delete Files in Terminal on OS X

    Securely delete files on Mac OS X in the Terminal by using srm: srm <filename> This will delete the file, then rewrite random data over the spot on the hard disk where the file was previous stored several times to prevent any file recovery attempts. A regular delete using rm in the Terminal will only…