Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须运行一个需要很长时间的脚本文件。我在窗口上使用腻子,我需要在 linux 服务器上运行脚本。
我不能直接在 Windows 上运行服务器,因为我可能需要关闭 Windows 机器,一种方法是使用 cronjob?
我们可以有一些其他的替代品吗?
查看屏幕或更好的 tmux 程序。当您断开连接(=分离)时,它们可以继续运行,您可以稍后重新连接。
使用nohup:
nohup command &