When I run a particular program on my server using putty and I hit ctrl+c to stop it, my stdin stops echoing back to me at the command line.
So for example, after running the program and stopping it, if I type ls I cannot see the characters ls, but I can see the directory listing.
What is going wrong?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
||||
|
|
stty saneProbably the program sets some terminal settings (see Just use the command Alternatively you should be able to use |
||||
|
|