当前位置:首页 > 虚拟机 > 正文

虚拟机如何正确进入linux(虚拟机linux怎么进入桌面)

How to enter the command mode of Linux in a virtual machine

You should have an interface, right? Two methods:

The first is to click on the upper left corner, and then find the terminal under systemtools, or shellorbash, just click on it.

Second, general Linux shortcut keys:

ALT+T
# or
CTRL+T< br/>#Different systems are not necessarily the same. If you want to learn Linux, you can refer to here to deploy a virtual environment and install a Linux system.
# it helps!

How to open the terminal in virtual machine linux How to open the terminal in linux

How to enter the terminal in linux?

1. Use Ctrl+alt+T on the Linux homepage to open the terminal.

2. Linux supports multiple terminals, and you can use the Ctrl+alt+T command to open multiple terminals.

3. Search through the "searchyourcomputer" function, terminal.

4. Enter "ter", you can see that the terminal appears, click to open.

5. You can left-click the terminal, drag it under "searchyourcomputer", and then right-click and pin it to the "Startup Bar", which is similar to Windows' "Lock to Taskbar" for convenience. used directly.

How to open the terminal in Linux?

1. Method 1: Directly run the executable file of the terminal.

Click the main folder inside the launcher on the left side of the ubuntu desktop, then click the file system to enter the bin directory under the usr folder inside the file system. Click the "Search" icon, enter "gnome-terminal" in the search box and press Enter. The "gnome-terminal" executable file will appear in the search results. Double-click it to open the terminal. The operation process is shown in the figure below.

2. Method 2: Open the terminal through the command line.

In the ubuntu system, press the Alt+F2 shortcut key to open the command input box, enter the "gnome-terminal" command, and then press the Enter key to open the terminal.

3. Method 3: Use the shortcut key: Ctrl+Alt+T to open the terminal.

In the ubuntu system, press: Ctrl+Alt+T to open the terminal. This method is the easiest and fastest method among the five methods.

4. Method 4: Open the terminal on the Dash home page.

Click the Dash homepage icon on the upper left side of the Ubuntu desktop, enter "ter" in the search box, and then the terminal icon will appear in the search results, and then click the terminal icon to open the terminal. The operation process is shown in the figure below.

5. Method 5: Lock the terminal icon in the launcher on the right and open the terminal directly.

You can drag and drop the terminal to the launcher on the right side of the desktop, and you can easily open the terminal by clicking the terminal icon on the launcher.

How to enter os in Linux system?

There are three commonly used methods to enter the terminal interface in Linux, which are as follows:

1. Press the shortcut key "Ctrl+Alt+T" to open the terminal window.

2. Or press "Ctrl+Alt+F1-F6" to enter the terminal (simulate the terminal without displaying the desktop).

3. Directly search for "Terminal" and enter.

Note:

If you use the F1-F6 method of method 2, just press "Ctrl+Alt+F7" to return to the graphical interface.

How to enter the terminal in CentOS-7, Linux system?

The first method: Press "Ctrl+Alt+T" to open the terminal window.

For the second method, press "Ctrl+Alt+F1-F6" to enter the terminal.

The third option is to search for the terminal and enter.

END

Notes

If you use the F1-F6 method, just press "Ctrl+Alt+F7" to return to the graphical interface.

What is the command to open the terminal in Linux?

1. Use Ctrl+alt+T on the Linux homepage to open the terminal.

2. Linux supports multiple terminals, and you can use the Ctrl+alt+T command to open multiple terminals.

3. Search through the "searchyourcomputer" function, terminal.

4. Enter "ter", you can see that the terminal appears, click to open.

5. You can left-click the terminal, drag it under "searchyourcomputer", and then right-click and pin it to the "Startup Bar", which is similar to Windows' "Lock to Taskbar" for convenience. used directly.

How to use linux operating system with vmware
Steps and methods:
1. Prepare the software required for installation:
1. Download and install the VMware virtual machine on my blog has been mentioned in , and will not be elaborated here.
2. Download a redhat. Because redhat has been commercialized, it is recommended that you use centos. If you have a suitable Linux installation version, you don’t need to use this.
2. Create a new virtual machine for RedHatLinux in the VMware virtual machine:
1. Open the virtual machine and select New Virtual Machine:
2. Select Custom (select Typical here may be required during installation) An error occurred during the process that the hardware cannot be found, so it is recommended to choose custom), and then click Next:
3 Select Linux for the operating system, and the version does not need to be modified:
4. Name it and select the virtual operating system The storage location (the hard disk space of the location should be larger than 5G):
5. Allocate memory to the virtual machine (this depends on the situation, my computer memory is 512, and 256 is allocated to the virtual machine)
6 .Select the virtual machine network type (bridged network is recommended)
7. Select the disk type, here select IDE (this is also the reason why you choose custom in the third step, because if you select typical, the system will automatically select the SCSI hard disk, and Some linux, mainly early linux versions, cannot use SCSI hard disks, so there will be an error that the hard disk is not found)
8. Specify the disk capacity (the recommended size is 8g, which is basically enough)
2. Installing a Linux system is very simple, and there are many tutorials on the Internet. There is basically no difference between a virtual machine and a real server.
3. Installation program under Linux
1. To install yum, just type yuminstall followed by the software name. The linux system will automatically go to the yum source to find the software you want to install and the dependencies it requires. etc.
2. For rpm installation, you can directly type rpminstall followed by the software name. The system will search for the software on the rpm source, but it may prompt you to install other software before installing it. Yum will install it directly for you, but rpm does not, you need to install it yourself
3. Source package installation is compared to yum and rpm installation. The source code package is more troublesome to install, but it is equivalent to a customized version of the software. You can set the installation directory and installation parameters, etc., which is relatively free.

How to enter the graphical interface of virtual machine Linux

The specific steps are as follows:

1. First open the VMware virtual machine software and open the Linux virtual machine :

2. After entering the command line interface, enter the user name and password to enter the system:

3. Then enter the command startx , enter the graphical interface:

4. Wait for a moment to enter the linux graphical interface: