Skip to content

Instantly share code, notes, and snippets.

@zevlag
Last active August 26, 2016 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zevlag/91aa0a33e8602fe11b34 to your computer and use it in GitHub Desktop.
Save zevlag/91aa0a33e8602fe11b34 to your computer and use it in GitHub Desktop.
Get dd To Show Progress Statistics

To show progress statistics for dd in OS X:
dd if=Downloads/ISOs/kali-linux-1.1.0a-amd64.iso of=/dev/rdisk2 bs=1m

Now hit CTRL+t
or
From another terminal
sudo killall -INFO dd

On Linux, you have to sind a USR1 instead of INFO signal.
pkill -USR1 -x dd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment