Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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!
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.
Last edited by Kleptoman; 05-05-2009 at 08:28 PM.
Reason: Forgot to add somthing.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.