linux -'ps' command giving wrong pid or sigkill not finding pid

前端 未结 0 664
逝去的感伤
逝去的感伤 2021-02-13 07:24

There is a persistent process which I desire to persistently kill. To do so, I made a very simple python script:

import os
import signal
While True:
    os.system         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题