Playing with ISO image and CD drive. 1> create .iso file from cd #dd if=/dev/cdrom of=/mnt/rhel.iso Or #dd if=/dev/sr0 of=/mnt/rhel.iso i : input file o : output file create hard disk backup #dd if=/dev/sda of=/mnt/sdabackup 2> create iso file system…