diff --git a/pages/linux/dd.md b/pages/linux/dd.md index 1e4343b5d5..9fc909bd5c 100644 --- a/pages/linux/dd.md +++ b/pages/linux/dd.md @@ -18,6 +18,6 @@ `dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000` -- Check dd progress (Run this command in another shell then check dd output) +- Check dd progress (Run this command in another shell then check dd output): `kill -USR1 $(pgrep ^dd)`