Hello,
When I use "dd" command and forgot to use "pv" or "status=progress" parameter, then how can I see the status? Any command to see read and write stream?
Thank you.
Sending a USR1 signal to a running 'dd' process makes it print I/O statistics to standard error and then resume copying.
# pkill -usr1 -x dd
Users browsing this forum: No registered users and 9 guests