+++ Sam [linux-india] <19/12/01 00:58 +0530>:
> i had setup while installing linux to boot into the gui
> but now i want to know how to set it back to text mode

vi /etc/inittab
Edit the line 

id:5:initdefault

to make it 

id:3:initdefault

[check the runlevels - they'll be documented in the inittab file ... 5 is
usually X and 3 is usually console multiuser]

Then save inittab and run 'init q'.

-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #029        -**< Sub : Loss of root password >**-
Log in to Single user mode. At the LILO boot prompt type in :-
'linux 1 init=/bin/sh root=/dev/hdaN' mount rw (where N is the 
number of  your root partition).  Then change the password for 
root with the command: '#passwd'

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to