RE: Redhat 8.0 Gui to CLI

2003-01-16 Thread Jerry Roy
Thanks!!! Jerry Roy [Systems Engineer], [Axcelerant, Inc.] [EMAIL PROTECTED] Office: (949) 221-7208 Mobile: (562) 305-9545 >-Original Message- >From: Brent Fox [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 15, 2003 4:49 PM >To: [EMAIL PROTECTED] >Subject: Re:

Re: Redhat 8.0 Gui to CLI

2003-01-16 Thread Patrick
Or just say init 3 Saves some reboot time :) Cheers, Patrick On Thu, 2003-01-16 at 00:50, Dave Sherman wrote: > On Wed, 2003-01-15 at 18:40, Jerry Roy wrote: > > Hi all, > > > > What file do I edit to change a Redhat 8.0 workstation to boot to the CLI instead >of X? > > Edit /etc/inittab, and

Re: Redhat 8.0 Gui to CLI

2003-01-15 Thread Dave Sherman
On Wed, 2003-01-15 at 18:40, Jerry Roy wrote: > Hi all, > > What file do I edit to change a Redhat 8.0 workstation to boot to the CLI instead of >X? Edit /etc/inittab, and look for the line that says something like this: id:5:initdefault: Change the 5 to a 3, and reboot. -- Dave Sherman MCSE,

Re: Redhat 8.0 Gui to CLI

2003-01-15 Thread Brent Fox
On Wed, 2003-01-15 at 19:40, Jerry Roy wrote: > Hi all, > > What file do I edit to change a Redhat 8.0 workstation to boot to the CLI instead of >X? > /etc/inittab. The line you are looking for is: id:5:initdefault: Change '5' to '3' and off you go. Cheers, Brent > Thanks. > > Jerry Ro