View progress of dd: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(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 )