what does the dd command allow you to doSolutiondd command i
what does the dd command allow you to do?
Solution
dd command is a UNIX, LINUX command which is used to convert and copy a file, depending on the operand defined and converts the format of the file while copying.
dd commands can be used to create a compressed disk image, create a disk image or restore compressed image, creating and modifying data files etc.
syntax of dd command is:
dd if=<source_file_name> of=<target_file_name> [Options]
