msgbartop
Adam Palmer MBCS CITP, Linux, PHP Programmer, MySQL Developer, Embedded Hardware, Security Consultant
Did my blog help you? Please link to me!
  dns test
 
RSS Feed
msgbarbottom

14 Oct 09 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. Useful to know..

Tags: , , ,



Leave a Comment