nohup&screen
linux后台运行(nohup&screen)
nohup
1 |
|
为避免python的输出缓冲,将程序中print的内容写入日志,使用-u参数,使得python不启用缓冲.
screen
screen 是一个非常有用的命令,提供从单个 SSH 会话中使用多个 shell 窗口(会话)的能力。当会话被分离或网络中断时,screen 会话中启动的进程仍将运行,你可以随时重新连接到 screen 会话
安装Screen
1 |
|
1 |
|
linux后台运行(nohup&screen)
http://example.com/2020/04/20/2020-04-20-linux后台运行(nohup&screen)/