[shell] 死循环程序如何转入后台运行 - ITeye问答
2012年10月30日 - [shell] 死循环程序如何转入后台运行10 python test.py程序如下:#!/usr/bin/python import time import thread def fun(): x = 0 while True: x = x...
linux kill不能杀死shell脚本死循环_百度知道
[专业]答案:使用ps aux|grep ”脚本名“这种方式查找时,查看grep ”脚本“以外行的PID。 ps -ef 能比较直观显示进程PID、PPID(当前PID的父进程),程序名(最后一...更多关于[shell] 死循环程序如何转入后台运行的问题>>