Definition, Meaning & Synonyms
dd
Command
/ˌdiːˈdiː/
![](https://vocabdictionary.com/wp-content/uploads/2024/11/brand_identity-01.png)
Definition
The term ‘dd’ can refer to different contexts, including computer science abbreviations and informal settings, but here it is specifically related to its use in the Unix command line.
![](https://vocabdictionary.com/wp-content/uploads/2024/11/migrate-02.png)
Examples
- Using dd to create a disk image:
dd if=/dev/sda of=/path/to/image.img
- To copy a file with dd:
dd if=inputfile of=outputfile
![](https://vocabdictionary.com/wp-content/uploads/2024/11/ux-02.png)
Meaning
In Unix and Unix-like operating systems, ‘dd’ is a command-line utility used for converting and copying files. Its name comes from the IBM Job Control Language, where dd stands for data definition.
![](https://vocabdictionary.com/wp-content/uploads/2024/11/text-file-font.png)
Synonyms
- copy
- extract
- backup