Linux: Burning iso image file to disk using one line bash command

$> dd if=/dev/sr0 of=<iso file path/name>.iso
Very simple script to burn iso image to disk from Linux. Tested in Ubuntu.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.