QuestionQ193

Storage

Which of the following commands can be used to create USB storage media from a disk image?

  • A gdisk
  • B dd
  • C cc
  • D fdisk
  • E mount
Explanation

dd copies raw data between files or devices, so it can write a disk image directly to a USB storage device.

Community Discussion

No comments yet. Be the first to start the discussion!