LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Really Dumb question (https://www.linuxquestions.org/questions/linux-general-1/really-dumb-question-44268/)

ddrackham 02-05-2003 11:12 PM

Really Dumb question
 
Hi,
I am fairly new to linux. I have a really dumb question. On the GMD login screen it says "Welcome to localhost.localdomain" I have looked on where to change it from localhost.localdomain to something I want. How do you do this?
Thank you and sorry for the dumb question
-Embarresed to ask

born4linux 02-06-2003 12:54 AM

run gdmconfig.

or

look for the gdm.conf file:

locate gdm.conf

localhost.localdomain is your host. if u just want to change localhost.localdomain, edit /etc/hosts and make the necessary changes:

127.0.0.1 yourhostname.localdomain localhost yourhostname

and /etc/sysconfig/network:

HOSTNAME=yourhostname.localdomain

ddrackham 02-06-2003 01:11 AM

I didn't see any localhost informaion in the gdm.conf file. I am using Redhat 8.0 and am using a graphical login. I know you can change this when you set the computer up but is there still a way to change it inside of linux
-Thanks again

born4linux 02-06-2003 02:02 AM

that hostname is setup in gdm.conf as a 'parameter' and not as entry. to change it without restarting:

hostname yourhostname

then logout/re-login and 'startx'.

inside x, run this as root:

gdmconfig

you'd be able to customize most settings here.


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