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 b9c532e commit 80c5272Copy full SHA for 80c5272
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