Linux Burn CD from Command Line with genisoimage and wodim | Burning to CD from the command line is easy with genisoimage and wodim. I’ll show you how! On Debian/Ubuntu, install these: $ sudo apt-get install genisoimage wodim 1. Create iso image with genisoimage To first make an iso image of a directory, do this: $ genisoimage -r -J -o stuff.iso /mydirectory (tack r adds Rock
