Ubuntu后台运行、查看、 终止python 2018-01-05 本文已影响0人 隆long 运行 nohup python -u R.py > out.log 2>&1 & 查看 ps -ef ps -aux|grep chat.js 终止 kill -9 进程号