diff --git a/pages/common/dd.md b/pages/common/dd.md index eedffe9e1e..1bad418088 100644 --- a/pages/common/dd.md +++ b/pages/common/dd.md @@ -26,7 +26,3 @@ - Restore a drive from an IMG file: `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)`