We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3c93d commit 422bac3Copy full SHA for 422bac3
pages/linux/dd.md
@@ -22,7 +22,7 @@
22
23
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
24
25
-`dd if={{/dev/drive_device}} of={{path/to/file.img}} status=progress`
+`sudo dd if={{/dev/drive_device}} of={{path/to/file.img}} status=progress`
26
27
- Check the progress of an ongoing `dd` operation (run this command from another shell):
28
0 commit comments