Sometimes when an application hangs in bash session (e.g. network lags in telnet
, ssh
, whatever) I can't kill it with ^C, stop it with ^D and even send it to background with ^Z.
Is there a way to kill it without opening another shell with kill
? I guess there's a syscall to interrupt