Y
Hacker News
new
|
ask
|
show
|
jobs
by
fragmede
657 days ago
dd
prints out status when sent SIGUSR1, but yeah that would be cool if other utilities did that as well off SIGINFO.
1 comments
cperciva
657 days ago
And does ^T map to SIGUSR1? That's the other thing which makes it so useful in BSD.
link
saagarjha
656 days ago
You wouldn’t want it to, because the default behavior for SIGUSR1 is to terminate.
link
cperciva
656 days ago
Exactly. Whereas on BSD hitting ^T is (a) very likely to print useful information, and (b) if it doesn't do that, won't do anything at all.
link