摘要:
有些程序我们在打开时,会一直占用我们的终端,而且终端还不能关掉,所以这时候我们就需要让程序在后台运行。 1.命令:nohup nohup python -u run.py > run.log 2>&1 & 参数说明: run.py: 你需要后台运行的程序. >: 日志文件追加到文件中 run.log 阅读全文
posted @ 2019-06-17 16:37
discover_dev
阅读(6302)
评论(0)
推荐(0)

浙公网安备 33010602011771号