标签:grep nbsp 技术分享 指定 bsp dstat info class 分享
1.启动程序并输入到指定日志
nohup python manage.py runserver 0.0.0.0:9090 > /data/zyj/xadstat/xadstat.log 2&>1 &
2.查看当前进程号(可能会起两个进程要杀死两次)
ps -ef |grep python
3.杀死进程 kil -9
标签:grep nbsp 技术分享 指定 bsp dstat info class 分享
原文地址:https://www.cnblogs.com/zhaoyingjie/p/9242833.html