Multiple choice What command do you use to copy blocks of data from one file to another grep dd cp 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.