ref: How to start Linux in multiuser mode rather than boot directly into XWindows (X11)
steps:
- Log in to the server as root.
- Type vi /etc/inittab.
- When inittab opens, using the arrows keys move your cursor down till you see a line that looks like this 'id:5:initdefault:'
- Press the i key to go into insert mode.
- Type the number 3. The line should now appear as 'id:3:initdefault:'
- Press the escape key to exit insert mode.
- Type :wq and press enter to save and exit vi.