Linux Foundation Certified System Administrator (LFCS) — Question 70
Which of the following commands can be used to create a USB storage media from a disk image?
Answer options
- A. gdisk
- B. dd
- C. cc
- D. fdisk
- E. mount
Correct answer: B
Explanation
The command 'dd' is specifically designed for converting and copying files, which makes it suitable for creating USB storage media from disk images. In contrast, 'gdisk' and 'fdisk' are used for partitioning disks, 'cc' is not a standard command for this purpose, and 'mount' is used for mounting file systems rather than creating media from disk images.