mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 00:52:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- 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