bash:下班后如何使用 screen 在家进行术语会话?
一切都在标题中,我想在工作中开始一个会话,并能够在家里时得到它。
Everything is in the title, I would like to start a session at work and be able to get it when i'm at home.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
工作时,启动屏幕会话:
在终端会话上执行您想要的任何工作,当您离开回家时,按 CTRL-A分离会话然后D。 然后您的屏幕会话将消失。 要在回家后重新激活它,请使用-r选项恢复会话:
当您进入保存的屏幕会话时,您的所有工作都会显示。
While at work, start a screen session:
Do whatever work you want on the terminal session, and when you are leaving to go home, detach the session by pressing CTRL-A then D. Your screen session will then disappear. To re-activate it once you are home, resume the session with the -r option:
All your work will appear as you enter the saved screen session.