i am running redhat 7.1 on my 700Mhz + 250Mo of RAM
in init 5 i get kdm i want to use gdm as default how can i do this ?
what file to edit and what to do ?
I don't use RedHat either, but whatever file you want, it's definitely under /etc. The easiest way to find it is probably open up a command prompt and enter the following:
grep -r 'kdm' /etc/*
This command will search every file in every directory under /etc and for every file that contains the text "kdm" it will print out the file name and the line the text was found on. That should at least find you the file. If you need help editing it, you can just post the contents.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.