View progress of dd

From www.ReeltoReel.nl Wiki
Revision as of 17:02, 2 February 2015 by Pvdm (talk | contribs) (Created page with "In Linux, find running dd processes and send them a signal to print out their progress. kill -USR1 $( pidof dd )")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Linux, find running dd processes and send them a signal to print out their progress.

kill -USR1 $( pidof dd )