September 2000
Beginner
1312 pages
33h 47m
English
/usr/bin/dd if=input-file of=output-file [operand=value...]
Use the dd command to copy and convert files. The main advantage of the dd command is that it quickly converts and copies files with different data formats, such as differences in block size or record length. The most common use of this command is to transfer a complete file system or partition from a hard disk to a tape. You can also use it to copy files from one disk to another.
dd copies the specified input file to the specified output with possible conversions. The standard input and output are used by default. You can specify the input and output block sizes to take advantage of raw physical I/O. Specify sizes in bytes; end a number ...
Read now
Unlock full access