如何通过 ssh 启动进程,使其在会话结束时不会终止?

发布于 2024-08-19 22:30:23 字数 84 浏览 10 评论 0原文

有没有办法使用 ssh 启动一个进程,该进程在 ssh 会话终止时不会终止?我希望该作业继续在我通过 ssh 连接的计算机上运行,​​而无需保持连接打开。

Is there a way to start a process using ssh that doesn't terminate when the ssh session terminates? I want the job to keep running on the computer I'm ssh-ing into without me having to keep the connection open.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

蔚蓝源自深海 2024-08-26 22:30:24

screen 的替代方案是 dtach。 dtach 更小、更轻 - 事实上,它只是屏幕实用程序的分离部分。

An alternative to screen is dtach. dtach is smaller and more lightweight - in fact it is just the detach part of the screen utility.

我还不会笑 2024-08-26 22:30:23

你可以使用 nohup (假设你正在通过 SSH 连接到 *nix 服务器)

you can use nohup (assuming you are SSHing into *nix server)

过去的过去 2024-08-26 22:30:23

您可以使用 screen 实用程序。

You could use the screen utility.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文