Categories
Linux Tutorial Series

Linux Tutorial Series – 148 – The dd command

Here is the video version, if you prefer it:

The dd command is used to copy blocks of files from one location to another. (Shotts, 2019) Its syntax is as follows:

dd if=input_file of=output_file

You can do cool stuff with it, for example, burn an operating system on a USB: (“How to create a bootable Ubuntu USB flash drive from terminal?,” n.d.)⁠

Warning: The dd command is very powerful and if you misspecify either the if or the of argument, you can do damage to your devices. Don’t use this command lightly.

Hope you learned something useful!

References

How to create a bootable Ubuntu USB flash drive from terminal? (n.d.). Retrieved February 12, 2020, from https://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal

Shotts, W. (2019). The Linux Command Line, Fifth Internet Edition. Retrieved from http://linuxcommand.org/tlcl.php. Pages 220-221

NewsletterUpdates on interesting things I am doing

Subscribe to my newsletter to keep abreast of the interesting things I'm doing. I will send you the newsletter only when there is something interesting. This means 0% spam, 100% interesting content.

Leave a Reply

Your email address will not be published. Required fields are marked *