nohup python3 -u botxiaohui.py >>  botruninfo.log 2 >&1 &

>>  是追加的输出

>    单行,则覆盖输出

 

 
nohup python3 -u botxiaohui.py >>  botruninfo.log 2 >&1 &

 

> > is the additional output if it is a single line, covering the output

nohup command > out.out 2>&1 &
 

相关文章:

  • 2021-08-25
  • 2021-12-24
  • 2022-01-10
  • 2021-05-26
  • 2021-12-27
  • 2018-06-20
  • 2021-11-11
  • 2021-07-17
猜你喜欢
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-11-08
  • 2021-08-10
  • 2021-06-18
相关资源
相似解决方案