View progress of dd: Difference between revisions
Appearance
Created page with "In Linux, find running dd processes and send them a signal to print out their progress. kill -USR1 $( pidof dd )" |
(No difference)
|
Latest revision as of 17:02, 2 February 2015
In Linux, find running dd processes and send them a signal to print out their progress.
kill -USR1 $( pidof dd )