Multiple choice

What does the command dd do

  1. copy files

  2. copy blocks of data from one file to another

  3. search for regular expressions in a text file

  4. delete files

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The dd command is a low-level utility used to copy and convert raw data. It is frequently used for creating bootable USB drives or disk imaging.