码迷,mamicode.com
首页 > 其他好文 > 详细

nohup 后台启动程序,并输出到指定日志

时间:2018-06-29 14:15:48      阅读:273      评论:0      收藏:0      [点我收藏+]

标签: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 

技术分享图片

 

nohup 后台启动程序,并输出到指定日志

标签:grep   nbsp   技术分享   指定   bsp   dstat   info   class   分享   

原文地址:https://www.cnblogs.com/zhaoyingjie/p/9242833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!