摘要: nohup 命令 nohup 可以让程序在后台运行并且不会因为关闭终端而中断: nohup command > output.log 2>&1 & command:例如python test.py、bash test.sh 等命令 > output.log:将标准输出重定向到 output.log。 阅读全文
posted @ 2024-11-17 19:43 亦可九天揽月 阅读(1455) 评论(0) 推荐(0)