本文介绍了GNU屏幕无响应,似乎被阻止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

GNU屏幕似乎死机了.无法输入用户输入.

GNU Screen seems to freeze. Unable to enter user input.

我正在使用GNU屏幕,当我按下屏幕时,它变得没有响应.我可以执行所有GNU屏幕命令,但不能输入用户输入.我不想杀死这个屏幕,因为我有重要的工作,也不想失去它.

I was using GNU screen and when I pressed the screen it became unresponsive. I can execute all the GNU screen commands, but can't enter user input. I don't want to kill this screen as I have important work and I don't want to lose it.

推荐答案

在以下命令中,将替换为屏幕命令中的转义键.

In the commands below, replace with whatever your escape key is for screen commands.

尝试 + ,这是取消滚动的顺序.

Try + , which is the sequence to unblock scrolling.

+ 是阻止滚动的顺序,这使屏幕看起来像死机了.

+ is the sequence that blocks scrolling, which makes screen seem like it freezes.

这篇关于GNU屏幕无响应,似乎被阻止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 00:45