nathan
asked Feb 13 2017
Answer
if stands for "Input File" and of for "Output File". In this Example you can copy one Partition to another:
dd if=/dev/sda3 of=/dev/sdb3
You can also delete a whole Harddisk with dd ...
dd if=/dev/zero of=/dev/sda
In this Example you overwrite the whole Harddisk with zeros until the Disk is full ;)
ascotlx
asked Feb 13 2017
edited Oct 05 2018
Your current tunes can be remarkable. You've got a number of quite accomplished musicians. My spouse and i would like anyone the top involving good results. 먹튀검증업체
muhammadali
asked Aug 15 2023
edited Aug 16 2023
How to use if and of in dd command
What is the use of if and of arguments in dd command...