Which of the following Linux commands is used to create bit-stream images?
dd copies data at the byte or block level, making it suitable for creating a bit-stream image of a disk or device.
dd
Community Discussion