摘要: python 程序 后台启动 nohup python3 -u webservice_ins01.py production >nohup.out 2>&1 & 查询 启动的 python 程序 ps -ef |grep python 根据上述的pid 杀死进程 kill -9 pid 阅读全文
posted @ 2020-08-22 14:43 西半球 阅读(244) 评论(0) 推荐(0) 编辑