使用putty经常会误操作按到ctrl-s,这是就会出现任何操作无响应。一直困扰了好久,有时就会直接重新连接。后来在网上查了一下,英文原文如下
CTRL-S and CTRL-Q are called flow-control characters. They represent an antiquated way of stopping and restarting the flow of output from one device to another (e.g., from the computer to your terminal) that was useful when the speed of such output was low. They are rather obsolete in these days of high-speed networks. In fact, under the latter conditions, CTRL-S and CTRL-Q are basically a nuisance. The only thing you really need to know about them is that if your screen output becomes “stuck,” then you may have hit CTRL-S by accident. Type CTRL-Q to restart the output; any keys you may have hit in between will then take effect.
CTRL-S and CTRL-Q are called flow-control characters. They represent an antiquated way of stopping and restarting the flow of output from one device to another (e.g., from the computer to your terminal) that was useful when the speed of such output was low. They are rather obsolete in these days of high-speed networks. In fact, under the latter conditions, CTRL-S and CTRL-Q are basically a nuisance. The only thing you really need to know about them is that if your screen output becomes “stuck,” then you may have hit CTRL-S by accident. Type CTRL-Q to restart the output; any keys you may have hit in between will then take effect.ctrl+s
就是一个开始停止输出的shell快捷键,按ctrl-q就可以恢复了。
很久以前的问题了,不过经常会忘掉,写着备忘吧。
- 本文固定链接: http://www.wy182000.com/2014/09/26/putty-ctrl-s假死问题/
- 转载请注明: wy182000 于 Studio 发表