请问如何退出图形界面呢?进入文本界面!

请问如何退出图形界面呢?进入文本界面!

如题!谢谢
You can use 'Ctrl+Alt+F1/F2/F3/F4' to switch to a virtual text console. And 'Alt+F7'' to come back to GUI.

If you want to quit GUI and enter text console temperarily, you may use "init 3" command (I can't remember clearly, you can have a try). Or you can change the default running level to 3 by modifying /etc/inittab to use text console as you default login interface.
[quote:4a61871537="ritou"]You can use 'Ctrl+Alt+F1/F2/F3/F4' to switch to a virtual text console. And 'Alt+F7'' to come back to GUI.

If you want to quit GUI and enter text console temperarily, you may use "init 3" command (I can't remember clearly, you can have a try). Or you can change the default running level to 3 by modifying /etc/fstab to use text console as you default login interface.[/quote]

如何退出X-WINDOWS呢?
[quote:48b9973a2e="rovegan"][quote:48b9973a2e="ritou"]You can use 'Ctrl+Alt+F1/F2/F3/F4' to switch to a virtual text console. And 'Alt+F7'' to come back to GUI.

If you want to quit GUI and enter text console temperarily, you may use "init 3" command (I can't remember clearly, you can have a try). Or you can change the default running level to 3 by modifying /etc/initab to use text console as you default login interface.[/quote]

如何退出X-WINDOWS呢?[/quote]

Just like I said, if you just want to quit GUI/X-WINDOW(NO S) temperarily, try "init 3". If you want to change you login level to pure text mode permanently, you need to change /etc/initab.
init 3
回来
init 5
照顾一下不会e文的嘛.............我可不懂e文吖
我还不懂怎样进入了图形界面后能象win98那样切换到console,有这样的方法吗?印象中redhat7.x有这选项
1.如何让linux启动后自动进入图形界面或不让它进入图形界面?
a.进入图形界面:安装时选图形启动方式或把/etc/inittab的id:initdefault:这行改成id:5:initdefault:。
b.不进入图形界面:安装时选文本启动方式或把/etc/inittab的id:initdefault:这行改成id:3:initdefault:。
2.如何在图形界面和控制台(字符界面)之间来回切换?
a.图形界面到控制台:Ctr+Alt+Fn(n=1,2,3,4,5,6)。
b.各控制台之间切换:Alt+Fn(n=1,2,3,4,5,6)。
c.控制台到图形:Alt+F7
可是要怎么样才能修改initdefault这个文件呢,我更菜。第一次接触linux
root 下在命令行输入  emacs /etc/inittab
把 5改成3 就可以了
# inittab       This file describes how the INIT process should set up
#               the system in a certain run-level.
#
# Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#               Modified for RHS Linux by Marc Ewing and Donnie Barnes
#

# Default runlevel. The runlevels used by RHS are:
#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault: #这里以前是5  ,现在改成3 就可以了,想要启动图形界面,就在命令行敲  startx

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit
反之既然