Multiple choice

What command do you use to copy blocks of data from one file to another

  1. grep

  2. dd

  3. cp

  4. rm

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

The dd command is used for low-level copying and conversion of raw data blocks. cp is for copying files at the filesystem level, while grep and rm serve different purposes.