<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Barry Brimer wrote:
<blockquote cite="mid:1219085460.48a9c4945e6ef@mail.toucanhost.com"
 type="cite">
  <pre wrap="">id:3:initdefault:

This will tell your system to boot into text mode.  If you want to switch while
you are running .. you can type "init 3" to go to text mode and "init 5" to go
to graphical mode.  This will need to be done as the root user.

  </pre>
</blockquote>
The obligatory warning:-<br>
Run level 3 may have different services loaded than run level 5.  Study
the output from "<tt>chkconfig --list</tt>" on your server to see what
services are started in each run level.<br>
<br>
E.g.:-<br>
<tt>[root@zaphod ~]# chkconfig --list<br>
nfslock         0:off   1:off   2:off   3:on    4:on    5:on    6:off<br>
ypbind          0:off   1:off   2:off   3:off   4:off   5:off   6:off<br>
acpid           0:off   1:off   2:off   3:on    4:on    5:on    6:off<br>
diskdump        0:off   1:off   2:off   3:off   4:off   5:off   6:off<br>
webmin          0:off   1:off   2:on    3:on    4:off   5:on    6:off<br>
cqcs_acs        0:off   1:off   2:on    3:on    4:on    5:on    6:off<br>
ntpd            0:off   1:off   2:off   3:on    4:off   5:on    6:off<br>
xfs             0:off   1:off   2:on    3:on    4:on    5:on    6:off<br>
snmpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off<br>
sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off<br>
nscd            0:off   1:off   2:off   3:off   4:off   5:off   6:off<br>
syslog          0:off   1:off   2:on    3:on    4:on    5:on    6:off<br>
sysstat         0:off   1:on    2:on    3:on    4:on    5:on    6:off<br>
cpuspeed        0:off   1:on    2:on    3:on    4:on    5:on    6:off<br>
readahead       0:off   1:off   2:off   <b>3:off</b>   4:off   <b>5:on</b>   
6:off<br>
smartd          0:off   1:off   2:on    3:on    4:on    5:on    6:off<br>
rpcsvcgssd      0:off   1:off   2:off   3:on    4:on    5:on    6:off<br>
radiusd         0:off   1:off   2:off   3:off   4:off   5:off   6:off<br>
mysqld          0:off   1:off   2:on    3:on    4:off   5:on    6:off</tt><br>
<snip><br>
<br>
Ian<br>
</body>
</html>