Skip to content

Commit 0c68170

Browse files
authored
Update README.md
1 parent 7b64320 commit 0c68170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ grep "failure;" /var/log/secure | awk -F "=" '{print$7}' | awk '{print$1}' | sor
363363
echo 1 > /proc/sys/kernel/sysrq
364364
echo b > /proc/sysrq-trigger
365365
```
366+
**get status of dd while it's still running**
367+
#dd will listen for a signal to display progress. you can send this signal using kill directly to the pid
368+
```
369+
kill -USR1 $(pgrep ^dd)
370+
```

0 commit comments

Comments
 (0)