How to send SIGINT to a remote process over SSH?

前端 未结 4 773
北海茫月
北海茫月 2020-12-09 17:41

I have a program running on a remote machine which expects to receive SIGINT from the parent. That program needs to receive that signal to function correctly. Unfortunately,

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 18:23

    Can you run a terminal on the remote machine and use kill -INT to send it the signal?

提交回复
热议问题