msgbartop
I will happily conduct a FREE basic web security scan for any genuine organization interested in my services to point out whether or not I can find vulnerabilities in your application. Just contact me.
Need a PHP Programmer, PHP staff or project manager? Contact me now.
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

You must be logged in to post a comment.