在后台运行该进程

发布于 2024-10-21 16:12:08 字数 75 浏览 1 评论 0原文

如果我在 UNIX 上有一个进程,并且我想在后台运行它,即使我关闭了终端,我也需要它在后台运行直到它完成。

我该怎么做?

If I have have a process on UNIX and if i want to run it in the background and even if i close my terminal I need it to be running in the background until it completes.

How do I do it?

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

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

发布评论

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

评论(3

何处潇湘 2024-10-28 16:12:08

您正在寻找 nohup

You're looking for nohup.

十级心震 2024-10-28 16:12:08

你可以用 nohup 运行它。 nohup wiki

[编辑]
啊,伊格纳西奥,你比我先一步:)

You could run it with nohup. nohup wiki

[edit]
Ah ignacio you beat me to it :)

被翻牌 2024-10-28 16:12:08

您需要在命令末尾添加 &

检查这个

You need to add & in the end of the command.

Check this.

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