Results 1 to 4 of 4
I installed red hat 9. It took 10 minutes and some googling to find out how to get past logging in. I was confused because I didnt make a login ...
- 12-13-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 2
just beginning...
I installed red hat 9. It took 10 minutes and some googling to find out how to get past logging in. I was confused because I didnt make a login name. this goes to show that I have no linux experience... But I want to learn.
anyway I cant find out how to get to anywhere.
I am left at [root@localhost:]
googling told me that I should setup another user account to use instead of the root account. I believe I tried redhat config user adn it gave me a paragraphs length of text stating something about lines( I so not have it up in front of me... Going off of memory, please forgive). I do knowe however that this is not what is supposed to be happening, obviously.
help needed. maybe the right commands... heck a detailed walkthrough, jk
thank you
- 12-13-2008 #2
Hi, lighter! Welcome to LinuxForums!
Quick question... did you install Red Hat 9 or Fedora 9? I'm asking because RH9 is quite old and no longer supported. If Fedora 9, then disregard.
To add a new user account, open a terminal, and execute:
You will then need a password set for the new account.Code:useradd <your_login_name>
Enter your password, then again to confirm it. You're good to go! Logout, then log back in with your new account.Code:passwd <your_login_name>
By the way, not sure if you know it, but passwords in Linux won't show on screen when you type them in (security measure).Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-27-2008 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 2
I havge been away. thanks for the help with adding a new user... and i did know that the password fields are blank as you type. thank you though,,
I do have another part to that question. How do I get to a gui. I installed KDE and Gnome and a third one i gorget. whichever three came with it.
- 12-27-2008 #4
Does RH9 boot up in GUI mode by default. In case its booting up in Command Line mode, execute startx command and post exact error message here, if any. If GUI loads fine, we can set it default easily.
Code:startx
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote