Killing linux process by piping the id

前端 未结 4 1799
一个人的身影
一个人的身影 2021-01-27 13:31

I want to kill a process and I get its id with:

pgrep -f \"python myscript.py\"

I would like to call

kill -s SIGINT 

4条回答
提交回复
热议问题