bash 屏幕脚本
我有一些带有屏幕后台的进程。 我正在尝试编写一个附加到终端的脚本,执行几个命令,然后分离。 问题是,当我连接到终端时,屏幕将控制权定向给用户。 我该如何解决这个问题?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.