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.
是否可以从当前终端会话中捕获所有消息并将它们写入文件?
setterm您可以使用's-append或-dump标志和 TTY #转储虚拟控制台的内容:
setterm
-append
-dump
setterm -append 3
会将 VCS TTY 3 中的内容附加到文件screen.dump中。
screen.dump
否则,您可能需要使用类似的东西screen,它允许您将回滚缓冲区中的内容转储到文件中。
screen