Mobile version of this pageSuspend and resume output in terminal
http://acs.ucsd.edu/info/stty.sunos.phpterminal, ctrl-q, suspend, freezes
3rd of March 2005
To some people it's obvious but I just learnt this now. It's bugged me several times where I've accidently pressed Ctrl-S and the terminal freezes. I had no idea what to do so I had to close the window with Alt-F4. This is extra annoying if you have a ssh session open.
What Ctrl-S does it that it freezes the output on the terminal. Ctrl-Q resumes it again. I can't think of a real usage for me for this but it's good to know if you accidently "freeze" your terminal.
Comment
Anonymous -
19th April 2006
[«« Reply to this]
or you could pipe the output into 'less'.
Ctrl-S is useless on modern machines and serves only to frustrate and annoy.
or you could pipe the output into 'less'.
Ctrl-S is useless on modern machines and serves only to frustrate and annoy.
Anonymous -
14th November 2006
[«« Reply to this]
pressing scrollock in most terminals should have the same effect
pressing scrollock in most terminals should have the same effect







Save this page in del.icio.us
I use this many times every day. When you run a big task that dumps lots of lines (at varying speeds), and you want to read or highlight some text in the output, hit ctrl-s to freeze the console before reading the text. You can still scroll around in the terminal's buffer.