LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-03-2003, 08:14 PM   #1
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Rep: Reputation: 15
just installed linux but have problem


hello, i just installed linux and this command line type thing showed up so i type in root. now i get this:

[root@localhost root]#

what do i put now?
 
Old 10-03-2003, 08:22 PM   #2
speter
Member
 
Registered: Sep 2003
Location: Edison, NJ
Distribution: Fedora, Mac OS X
Posts: 313

Rep: Reputation: 30
First, add a user account with adduser (or useradd, depending on your setup) and set a password for the user with passwd <username>. Unless you did this when you installed. You generally don't want to login as root.

The logout as root and login as the new user. Now, if you've installed X, type startx, and you should get a desktop.

Steve
 
Old 10-03-2003, 08:27 PM   #3
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
ok i put adduser and i see this:

usage: adduser


adduser

and theres some things that look like [-e expire ]

not sure what to do now
 
Old 10-03-2003, 08:58 PM   #4
speter
Member
 
Registered: Sep 2003
Location: Edison, NJ
Distribution: Fedora, Mac OS X
Posts: 313

Rep: Reputation: 30
Try something like

adduser madskillz -m -G users,wheel -s /bin/bash

then

passwd madskillz

(most of the options they list do what you'd think, e.g. -e makes the account expire after a set amount of time, -s assigns the shell, and so on)

Steve
 
Old 10-03-2003, 09:16 PM   #5
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
well now i see this

[madskillz@localhost madskillz]$

i think im getting close now...but what command do i type here?
 
Old 10-03-2003, 09:23 PM   #6
speter
Member
 
Registered: Sep 2003
Location: Edison, NJ
Distribution: Fedora, Mac OS X
Posts: 313

Rep: Reputation: 30
startx

Steve
 
Old 10-03-2003, 09:24 PM   #7
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
doesnt work, i dont think i enabled it when i installed
 
Old 10-03-2003, 09:28 PM   #8
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
i think i'll have to reinstall mandrake, i might have messed something up with the KDE configuration..but thanks i think i know what to do from here now
 
Old 10-03-2003, 09:29 PM   #9
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
What distro are you using? (Note, this is an important thing to mention in future posts.) You may have a number of problems, or it may just be a newbie thing. (We've all been there, by the way.) Try typing 'startx' at that prompt. Hopefully, that will send you into X-windows/Gnome/KDE. If so, you should manage better from there. If you know (guessing doesn't work so well with linux) that you installed gnome or kde (or both), you can also try 'gdm' or 'kdm' respectively. If startx doesn't work, you're probably not going to have luck with gdm or kdm. If the screen goes haywire, hit ctrl+alt+backspace to shut down the X server.

On the other hand, if none of that works, you haven't installed or properly set up your distro for x-windows (the gui linux uses). Depending on your distro, this may be as simple as a one line command, or it may be easier to reinstall, and pay more attention to the options available. Most distros expect that you will want x-windows, so they install it as part of a standard install.

There is a possiblity, if you're using one of the "expert" distributions (debian, gentoo, slackware, and others) that the distro doesn't assume you want a gui (a gui on a server is a waste of resources, in case you're wondering why not). In those cases, especially for a newbie, it might be easier to try another more "newbie friendly" distro. Otherwise, you're in for a lot of reading, and probably as much frustration.

Linux is actually pretty easy to use, and once you've gotten used to it, you'll wonder why you put up with some of the other stuff for so long. Part of that means that you'll have to unlearn a few habits (like reinstalling when something breaks--in linux, chances are your problem is a couple commands or mouse clicks to fix|but at first, it's probably better to worry more about getting a working system, so ignore it for now, but keep it in mind). If you like the power of the PC, you'll probably find the time you put into linux to have an incredible return on your investment.

If you're using Mandrake, Redhat, SuSE (the big three), and startx doesn't work, chances are there was a problem during your install, or not enough stuff was installed.
 
Old 10-03-2003, 09:35 PM   #10
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
ok i typed pwd, and now im in /home/madskillz
dont know what takes me to the desktop now
 
Old 10-03-2003, 09:38 PM   #11
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
ok well i have mandrake and i think i'll install it again...i think you're right some stuff didnt install fully.
 
Old 10-03-2003, 10:31 PM   #12
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Try this link.

Here's a how to for Mandrake. If you follow this you should boot to 'x' without a problem.

http://easylinuxguide.jsutnoni.com/viewtopic.php?t=418

Since you have done it before you may want to pay particular attention to what software to install. If you have room select them all, the ones on the left. Leave the ones on the right like they are, they are server stuff. Do not uncheck any though. Make sure you go through the configure part during the summary. Especially the monitor and network part.

Hope this helps.

 
Old 10-03-2003, 11:15 PM   #13
madskillz
Member
 
Registered: Oct 2003
Location: miami, fl
Distribution: Mandrake 10
Posts: 62

Original Poster
Rep: Reputation: 15
thanks a lot, but it was because i checked off some things in the setup that i shouldnt have but im alright now
 
Old 10-03-2003, 11:21 PM   #14
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
COOL

Great news. Glad you got it going. Be sure to try out the other desktops like Gnome and Ice. They are neat. Gnome just looks different and Ice is really fast. Not fancy, just fast.

Love my Linux, Hate that windoze!

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
radmin software i installed in linux but there was a problem gadekishore Linux - Software 1 10-15-2005 09:32 AM
Problem loading WIN98 AFTER LINUX 9.2 INSTALLED on seperate hard disk C Clark General 3 04-18-2004 01:47 PM
telnett problem in red har linux 9 installed with squid mchitrakar Linux - Networking 3 03-13-2004 11:26 AM
Got Linux Installed, At The Command Black Screen, XF86 PROBLEM!! Gnute Slackware 7 04-20-2003 10:43 PM
I installed Linux (first time)!! Now for the sound problem... Raskall Slackware 15 01-17-2003 11:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration