Difference between revisions of "Dd"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Corrected some of the formatting.)
m (rm dead link/s)
 
Line 4: Line 4:
 
   
 
   
 
  dd if=inputfile of=outputfile
 
  dd if=inputfile of=outputfile
 
See [http://bbs.atomicfrog.com/knowledge/unix/node248.html ]
 
  
 
[[Category:Useful Linux Commands]]
 
[[Category:Useful Linux Commands]]

Latest revision as of 14:40, 16 October 2008

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

The syntax is : dd <inputfile> <outputfile>

dd if=inputfile of=outputfile