Tagged Questions
10
votes
2answers
957 views
How/Why does cat write a bootable ISO to a device
I recently discovered that I can create a bootable USB key from an ISO file by simply using cat (or dd).
I can't find any information on how this works. Why would:
cat my.iso > /dev/sdb ...