Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just installed mandrake8.2 and stupidly agreed to have Linux boot into a graphical screen. I don't like this and I can't seem to change it to a text login.
Originally posted by pilotgi I've seen this topic in here lots of times, too. When I go to /etc/inittab in the file manager, I can't edit anything, even in superuser mode.
What's the secret?
what do you mean in the file manager.. ?? have you tried using vi to edit it ?? and if so, does that work if you try it ?
I've seen this topic in here lots of times, too. When I go to /etc/inittab in the file manager, I can't edit anything, even in superuser mode.
You may need to change permissions on it so you can write to it. Do a ls -al /etc/inittab and see what the permissions are on it. If they are set to read only then even root cant write to it untill they are changed to allow write.
Originally posted by pilotgi If you're problem is sorted out, can you share with me how you edited it?
did what we suggest won't work for you pilotgi ?
try this at a terminal or command prompt as root:
vi /etc/inittab
scroll down to the initdefault line that looks like this:
id:5:initdefault:
Place the block cursor over the 5 and press the X key on the keyboard. That will delete the 5. Now press the I key and then press 3. This will insert the 3 where the 5 was at.
Now hit the ESC key and then type :wq! and that should save the file. Now reboot and it should start you in Multiuser runlevel 3 instead of GUI runlevel 5.
Thanks a lot. Specific step by step instructions are the only thing that works for this n00b. Have you seen my thread about setting up my dsl connection?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.