There's a couple of ways to do this. Here's the only one that I know of though...
1. As root, open up /etc/inittab
2. Go to the line that says "id::5::initdefault"
3. Change the "5" to "3".
4. Reboot.
To get the gui login back, switch the "3" back to "5".
This is called the default "runlevel". If redhat has a runlevel editor, you might want to use such a utility instead of editing this file manually. Either way will work but messing this file up can be bad.
|