LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Unable to type password at terminal prompt.. (https://www.linuxquestions.org/questions/linux-software-2/unable-to-type-password-at-terminal-prompt-402455/)

bilko9070 01-12-2006 08:57 AM

Unable to type password at terminal prompt..
 
Hi.
I need to switch to runlevel 3 using the command `Init 3`.
The screen goes black and brings up a prompt and i can type my user name in (root), but when i try to enter the password, none of the keys will respond (apart from enter, which is no good when i cant enter the password first!)...

My password screens for the main login etc work fine!

pixellany 01-12-2006 09:02 AM

I suspect that your keystrokes are going in, but are not being echoed---same thing happens when you su, followed by password.

type the password and hit enter---see if it works.

bilko9070 01-12-2006 04:08 PM

Thanks. Thats all it was!
:newbie:

Kleptoman 05-05-2009 08:22 PM

I get this problem to, nothing shows up when I type and even when I do type it and enter it says authentication failed. I'm very new to linux / ubnutu. When I just try typing the password and entering, it says the command wasn't found. I'm running on ubuntu cause I had it installed but never used it and windows isn't working because of a video card problem and i'm just trying to update firefox.

yancek 05-05-2009 09:19 PM

If you are using Ubuntu you should use 'sudo'. Open a terminal and type: sudo, you should get a prompt for your user password. Enter the password and hit the enter key. Nothing is echoed when you type the password in as pixellany explained above. If this doesn't work, then you have more serious problems.

tredegar 05-06-2009 11:52 AM

Quote:

Open a terminal and type: sudo
sudo -i <Press the RETURN key> then give your password, then give the command(s) is a bit better, because it sets up root's $PATH and environment properly, so subsequent commands are more likely to work properly. exit exits from being root.


All times are GMT -5. The time now is 10:05 PM.