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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

kill -USR1 $( pidof dd )