Skip to content

Commit 422bac3

Browse files
authored
Update dd.md
1 parent be3c93d commit 422bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/linux/dd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
2424

25-
`dd if={{/dev/drive_device}} of={{path/to/file.img}} status=progress`
25+
`sudo dd if={{/dev/drive_device}} of={{path/to/file.img}} status=progress`
2626

2727
- Check the progress of an ongoing `dd` operation (run this command from another shell):
2828

0 commit comments

Comments
 (0)