nohub之后如何查找已经挂起的py文件进程 ps -aux|grep xxxx.py 就会显示当前这些的进程 之后 要是想 终止某一个进程: kill -s 9 xxxx 终止即可! respect!