Difference between revisions of "Dd"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Init from PHPWiki)
 
m (rm dead link/s)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
You can use the [[dd]] (duplicate disk) command to clone a diskette or a hard disk.
 
You can use the [[dd]] (duplicate disk) command to clone a diskette or a hard disk.
  
a; The syntax is : dd|| <input''file> output''file
+
The syntax is : [[dd]] <inputfile> <outputfile>
 +
 +
dd if=inputfile of=outputfile
  
or
+
[[Category:Useful Linux Commands]]
 
+
dd if=input''file of=output''file
+
 
+
See [http://bbs.atomicfrog.com/knowledge/unix/node248.html]
+

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