minus-squareseaQueue@lemmy.worldtoLinux@programming.dev•How to use dd in Linux without destroying your disklinkfedilinkarrow-up7·9 days agoI use dd regularly to back up and restore disk images. It’s not particularly hard to use but like sudo rm -rf it absolutely will eat whatever you point it at so you need to understand what the command does and pay attention. linkfedilink
minus-squareseaQueue@lemmy.worldtoLinux@lemmy.ml•Thank you Linux community!linkfedilinkarrow-up11·13 days agoNot enough plaid skirt IMO linkfedilink
I use dd regularly to back up and restore disk images. It’s not particularly hard to use but like
sudo rm -rf
it absolutely will eat whatever you point it at so you need to understand what the command does and pay attention.