this post was submitted on 23 Jun 2025
49 points (94.5% liked)
Linux
8141 readers
480 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.