Answers for "dd command to add image to usb"

0

dd command to add image to usb

$ sudo dd if=/[ISOFILE-LOCATION] of=/dev/[PARTITION NAME] status=progress
Posted by: Guest on October-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language