Results 1 to 6 of 6
just got done installing slackware 2.4.29 on my computer im new at linux and am learning from reading and as i go.i forgot my login name is their anyway around ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-20-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 6
slackware question
just got done installing slackware 2.4.29 on my computer im new at linux and am learning from reading and as i go.i forgot my login name is their anyway around this i remember pass.
- 05-20-2006 #2Just Joined!
- Join Date
- May 2006
- Posts
- 6
ok i go tit now i have the root login name what is a simple command to get to my desktop
- 05-20-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 43
startx

If you change the default runlevel, you can start X (KDE etc) automatically.
Go to /etc and use vi or kwrite to edit inittab. Change the id
?:initdefault: to which one you want (4 is the one which loads X)
- 05-20-2006 #4
The short answer is "DONT!". It's strongly advised that you don't go into the graphical environment as root, as it's very easy (for anyone) to cause huge damage.
My suggestion would be as follows:
1) log in to the command line as root
2) enterand follow the prompts to create a normal user on your systemCode:adduser
3) log out of root
4) log in as the normal user
5) typeto start the graphical environment (which is called Xwindows, hence startx)Code:startx
Hope that helps
Toodle-oo
Giles"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
- 05-21-2006 #5
An alternative is to just disconnect your Internet connection, then enter:
...and press enter.Code:kdm
Once kdm is up, log in as root. When the desktop is up, open a terminal and run:
Add your preferred regular user name and password and be sure to choose /bin/bash as your login shell. Log out (in your menu), re-connect your Internet connection and log in as the user you just created.Code:kuser
- 05-21-2006 #6Just Joined!
- Join Date
- May 2006
- Posts
- 6
thanks guys i done some reading on your site and ive learned a little i can navigate around my desktop now ill try to hook up my internet connection tomorrow thanks


Reply With Quote
