Difference between revisions of "Dd"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Init from PHPWiki)
 
Line 7: Line 7:
 
dd if=input''file of=output''file
 
dd if=input''file of=output''file
  
See [http://bbs.atomicfrog.com/knowledge/unix/node248.html]
+
See [http://bbs.atomicfrog.com/knowledge/unix/node248.html ]
 +
 
 +
[[Category:Useful Linux Commands]]

Revision as of 00:42, 24 September 2005

You can use the dd (duplicate disk) command to clone a diskette or a hard disk.

a; The syntax is : dd|| <inputfile> outputfile

or

dd if=inputfile of=outputfile

See [1]