mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
dd: add sudo (#19787)
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user