Solve how to open the terminal in centos7 desktop?
1. In the graphical interface, without opening the terminal, if you enter the command line:
rhel7 has 6 consoles, tty1 is the graphical interface, and tty2~6 are character consoles. Directly press ctrl alt F1~F6 key combination to enter the corresponding console. Here directly press ctrl alt f2 to enter the command line mode.
2. To know that the English name of the terminal is terminal, we search it in centos7:
[root@room9pc01 ~]# yum list |grep terminalgnome-terminal.x86_64 3.22.1-2.el7 @centos7 gnome-terminal-nautilus.x86_64 3.22.1-2.el7 @centos7 emacs-terminal.noarch 1:24.3-19.el7_3 centos7 gedit-plugin-terminal.x86_64 3.22.0-1.el7 centos7
Install the last package retrieved and use yum installation to resolve dependencies. :
yum -y install gedit-plugin-terminal
3. Re-enter the graphical desktop tty1: ctrl alt F1.
Click the right button of the mouse and you will see the option to open the terminal.
4. If no result appears when right-clicking, click Applications in the upper left corner---->System Tools------->Terminal.
Related reference: centOS tutorial
The above is the detailed content of Solve how to open the terminal in centos7 desktop. For more information, please follow other related articles on the PHP Chinese website!