ddestroy – Write Zeros To Random Locations Across Drive
Read the source code and the comments to understand what this does. #!/bin/bash # — # this will write 0s across a drive at random locations (using dd) # you specify theRead More…
Read the source code and the comments to understand what this does. #!/bin/bash # — # this will write 0s across a drive at random locations (using dd) # you specify theRead More…