burn iso to usb

diskutil list
diskutil unmountDisk /dev/diskNN
sudo dd if=/path/to.iso of=/dev/rdiskNN bs=1m
diskutil eject /dev/diskNN