Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ramidarigaz
on July 12, 2014
|
parent
|
context
|
favorite
| on:
Show HN: Linux tool to show progress for cp, rm, d...
dd has a similar feature, but with SIGUSR (kill -USR1), and it works on Linux too.
ysangkok
on July 12, 2014
|
next
[–]
How do you fire that signal from the console ?
koenigdavidmj
on July 12, 2014
|
parent
|
next
[–]
pkill -USR1 dd
You'll need to use ps to get the pid if you've got multiple dd instances running, and you'll of course need to run that as root if your dd instance is running as root.
spoiler
on July 12, 2014
|
parent
|
prev
|
next
[–]
By using
kill -s <Signal> <Process ID>
akshatpradhan
on July 13, 2014
|
prev
[–]
Personally, I think the experience of typing ctrl+t is better than using pkill. Just 2 keyboard taps and you're done.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: