ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • remove a file securely on linux
    Computer/linux 2007. 10. 4. 20:35
    shred -n 100 -z -u  filename.which.one.want.to.delete


    -u, --remove
    truncate and remove file after overwriting
    -n, --iterations=N
    Overwrite N times instead of the default (25)
    -z, --zero
    add a final overwrite with zeros to hide shredding




    or

    wipe filename.which.one.want.to.delete

    댓글

Designed by Tistory.