How to check the ip of linux system
How to check the ip of linux system? I believe that most people have not yet learned this skill, in order to let you learn, to give you a summary of the following content, do not say much, let's move on.
First open the linux server, and then right-click in the space on the linux desktop, as shown in the following figure.
In the pop-up drop-down options, click "Open Terminal" directly, as shown in the following figure.
After opening the command terminal of the linux server, you can use the command to get the ip address to query here, as shown in the following figure.
Enter the command to query the ip address of linux: ifconfig-a, and press enter, as shown in the following figure.
After using the command to view the ip address of linux, the ip address is displayed in the terminal command window, as shown in the following figure.
Instead of opening the linux server to view the ip address, we can also query the ip address through the remote login shell tool, and the command is the same, as shown in the following figure.
This is the end of the way to view the ip of the linux system. I hope the above content can be of some help to you and learn more knowledge. If you think the article is good, you can share it for more people to see.