Tuesday, November 17, 2015

Can't see what you type in PuTTY ??


You have executed some strange command that somebody told you to run, or you copied and pasted something you saw on the internet. Now your terminal window is acting weird. You are typing command but they don't show on your terminal but when you hit enter, the command runs fine. Also every time you hit enter, your prompt doesn't come on a new line. Is this what you are experiencing ?

Well, don't do it ever again. I mean type something you do not fully grasp what the command is supposed to do. Even though Linux can not get viruses, those commands you are typing might open your system's doors to, what so called, root kits, which are not something you want to have on your system.

Having said that, the solution to your problem is pretty easy. Just type


stty echo


in your terminal, even though you don't see what you are typing. Then hit enter. Order shall return.

No comments:

Post a Comment