如何让 Google Compute Engine 在终端关闭后继续 运行?

How to let Google Compute Engine continue running after the terminal is closed?

我通过终端访问google计算引擎,大致像

gcloud compute ssh instance-name --zone zone-name

一切都很好,我得到了一个终端,然后我通过那个终端在那个实例上启动了一个持久的程序。

但问题是,一旦我关闭终端,程序也停止了。

如何从终端启动程序并在关闭终端后保留它运行。

不确定您使用的是哪个实例,但在 Debian/Linux 中,您可以为此使用 screen

tmux is another option, similar to screen which was mentioned in .