dd: add sudo (#19787)

This commit is contained in:
Managor
2025-12-07 23:41:41 +02:00
committed by GitHub
parent b9c532e7a3
commit 80c5272461
+1 -1
View File
@@ -22,7 +22,7 @@
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
`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`
- Check the progress of an ongoing `dd` operation (run this command from another shell):