dd progress update
While a long `dd’ is running, how can you get a progress update?
kill -USR1 `pidof dd`
This will send the SIGUSR1 signal to dd, which according to it’s man page causes it print it’s progress to STDERR.
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.