2013年5月7日 星期二

Show progress during dd copy

tty 1
$ dd if=/dev/random of=/dev/null bs=1K count=100
0+14 records in
0+14 records out
204 bytes (204 B) copied, 24.92 seconds, 0.0 kB/s
 
 
tty 2 
$ pgrep -l '^dd$'
 
8789 dd 
$ kill -USR1 8789


$ watch -n 10 kill -USR1 8789




Reference :
Linux Commando: Show progress during dd copy

沒有留言:

張貼留言