The document provides 6 examples of using the dd command in Linux to backup disks and partitions. It describes using dd to make full backups of hard disks by copying from one disk to another, create disk images, restore from disk images, create floppy disk and CDROM images, and backup partitions. dd allows for bit-by-bit copies and restoration of storage devices and creates ISO image files. The examples cover full disk, partition, floppy, and CDROM backups using dd and specifying the input and output files and block sizes.