dd - Kopiert Daten blockweise roh von einer Quelle zu einem Ziel.
shdd if=<datei> of=<gerät> [bs=<größe>] [status=<modus>] [oflag=<flags>] [...]if=<datei>- input file: Quelle, aus der gelesen wird (Datei oder Gerät). Standard: Standardeingabeof=<gerät>- output file: Ziel, auf das geschrieben wird. Wird überschriebenbs=<größe>- block size: Bytes pro Kopiervorgang, z. B. 4M. Standard: 512status=<modus>- Ausgabemenge: progress, none oder noxferoflag=<flags>- Ausgabe-Flags, z. B. sync (physisch durchschreiben)