Hello I wanted to write an iso image to an USB stick (which is in /dev/sdd) but I've made a slight typo, instead of typing:
dd if=/path/to/downloaded.iso of=/dev/sdd
I typed:
dd if=/path/to/downloaded.iso of=/dev/sdd}
After that dd told me it wrote arround 1.5 MB, so I checked, and the file "/dev/sdd}" was created. Is this harmful?
PD: I deleted the /dev/sdd} file.