Dd

From Wiki
Revision as of 17:12, 14 April 2017 by Scott (talk | contribs)
Jump to navigation Jump to search

To byte-swap a file:

dd if=<input file> of=<output file> conv=swab

To delete the master boot record:

dd if=/dev/zero of=/dev/sdc bs=512 count=1