zen2
zen2
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Actions
Page
Discussion
View source
History
Create ISO image in Linux
From zen2
dd if=/dev/cdrom of=/cdrom_image.iso
dd can be easily remembered as "disk dump".
if means "input file.
of means "output file."