The Unix / Linux dd command: Generate, Create, Convert, Wipe and more
dd is a great unix and linux utility with many purposes and uses. It is simply low level I/O that can ge used to generate files, convert files, wipe disks, recover disks and then some. We've used dd quite extensively in our other posts to get work done and to recover data or disk metadata. […]

