Content
dd Unix-like operating system command dd is a command-line utility for Unix, Unix-like operating systems and beyond, the primary purpose of which is to convert and copy files. Wikipedia Stands for: Copy and convert (called dd because cc is already in use by C compiler) Function: Copy a file, converting and formatting according to the operands Syntax: dd ifFILE ofFILE ibsN obsN bsN countN skipN seekN convnotruncnoerrorsyncfsync Example: dd iffloppy34.fs ofdevrfdOc bs32k