dd: remove checking progress example (#9816)
`pgrep` does not exist and `kill` needs `-s`. But most importantly, `dd` doesn't have any "showing progress" functionality.
This commit is contained in:
@@ -26,7 +26,3 @@
|
|||||||
- Restore a drive from an IMG file:
|
- Restore a drive from an IMG file:
|
||||||
|
|
||||||
`dd if={{path/to/file.img}} of={{/dev/drive_device}}`
|
`dd if={{path/to/file.img}} of={{/dev/drive_device}}`
|
||||||
|
|
||||||
- Check the progress of an ongoing dd operation (run this command from another shell):
|
|
||||||
|
|
||||||
`kill -USR1 $(pgrep ^dd)`
|
|
||||||
|
Reference in New Issue
Block a user