bash 屏幕脚本

发布于 2024-07-15 08:06:00 字数 93 浏览 8 评论 0原文

我有一些带有屏幕后台的进程。 我正在尝试编写一个附加到终端的脚本,执行几个命令,然后分离。 问题是,当我连接到终端时,屏幕将控制权定向给用户。 我该如何解决这个问题?

I have processes that I background with screen. I'm trying to write a script that attaches to a terminal, executes a couple commands, then detaches. The problem is that when I attach to a terminal, screen directs control to the user. How do I work around this?

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

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

发布评论

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

评论(1

治碍 2024-07-22 08:06:00

Screen 有一个选项 -X,您可以使用它从脚本中远程控制 screen 会话。 例如,请参见此处

Screen has an option -X which you can use to remote-control a screen session from within a script. See, for example, here.

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