LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   A question (https://www.linuxquestions.org/questions/linux-newbie-8/a-question-267660/)

ForceGrown 12-18-2004 04:38 AM

A question
 
I am a newbie to linux world, I'm trying to Install a program, but it asks me to be connected as a Root, How do i do that in the Terminal Window?

Thanks a lot.

rvoigt 12-18-2004 04:47 AM

You enter: su
then it'll prompt for your password,

samael26 12-18-2004 04:48 AM

hi,

you must type : su + the password you chose to become root (at least in Mandrake Linux)

Cheers

ForceGrown 12-18-2004 04:53 AM

Thanks guys for your help.

acid_kewpie 12-18-2004 05:07 AM

please use a useful thread title next time, thanks.

ForceGrown 12-18-2004 05:14 AM

what does that means " ERROR: You appear to be running an X server; please exit X before installing ", how do i exit the X Server to be able to run the application as well?

ForceGrown 12-18-2004 05:15 AM

Quote:

Originally posted by acid_kewpie
please use a useful thread title next time, thanks.
Ok.

Error1312 12-18-2004 05:25 AM

It means you should install or run the program in runlevel 3

Go to a konsole, log in as root (su command) and enter 'telinit 3'

to get back X, enter 'telinit 5'

ForceGrown 12-18-2004 05:34 AM

after I connect as a Root i typed 'telinit 3', but it says "bash: telinit: command not found"

Error1312 12-18-2004 05:42 AM

Then you'll have to open the file (as root) /etc/inittab.

I'm working on Windows while typing this message, so I can't exactly tell you what to do. Somewhere under the comments, close to the top of the file, you should see something like:

id:5:initdefault

5 means linux will boot in the graphical system (X, KDE, ...)

To boot it in runlevel 3 (non-graphical), change the 5 into 3, save it and reboot the system.

If you want to get back, enter 'kdm' (for KDE) or 'startx' (for X itself). Then again open this file and change the 3 into 5 again. Otherwise you can still edit it with vi or vim.

!!! NEVER replace this number with something else than 5 or 3, for you won't be able to decently boot your system !!!

ForceGrown 12-18-2004 06:04 AM

After i type "startx" and i get into the GUI envoirment, how do i go back to the konsole mode?

Error1312 12-18-2004 06:15 AM

If you mean runlevel 3 (the DOS - like thing), press ctrl-alt F1 (or another F key).

ForceGrown 12-18-2004 06:30 AM

Ok, I've Successfully installed the Program.

Thanks a lot :)

ForceGrown 12-18-2004 06:39 AM

Why I don't get anything when i try to run "X config" ?

Cron 12-18-2004 07:29 AM

bexause you need to run xf86config. I do not know any commands with spaces :) .


All times are GMT -5. The time now is 07:02 AM.