1. View the current host name [root@fangjian ~]# hostnamectl Static hostname: brace Pretty hostname: Brace Icon name: computer-vm Chassis: vm Machine ID: 20191225111607875619293640639763 Boot ID: 25ac5021d229471382a26bea3d351de3 Virtualization: kvm Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-1062.9.1.el7.x86_64 Architecture: x86-64 2. Temporarily modify the host name [root@fangjian ~]# hostname yin # Temporarily modify the host name, which will become invalid after shutdown [root@fangjian ~]# hostname yin 3. Permanently change the host name 1. Method 1: Use the hostnamectl command [root@fangjian ~]# hostnamectl set-hostname Brace #Permanently set the user name, which will not expire after shutdown [root@fangjian ~]# hostname brace 2. Method 2: Modify the configuration file /etc/hostname and save and exit [root@fangjian ~]# vi /etc/hostname # Enter vi, delete the old host name, enter the new host name, Esc followed by a colon wq to exit and save the file. # reboot to take effect. The above is a simple method to change the host name in Linux. If you have any additions, please contact the editor. Thank you for your support of 123WORDPRESS.COM. You may also be interested in:
|
<<: Why is it not recommended to use index as key in react?
>>: How to optimize MySQL deduplication operation to the extreme
Copy code The code is as follows: <body <fo...
Table of contents Precautions Necessary condition...
introduction When I was learning more about datab...
<br />When the page contains <img src=&qu...
1. Page requirements 1) Use standard headers and ...
Recently, some friends said that after installing...
Table of contents 1. Nginx installation and start...
For several reasons (including curiosity), I star...
Preface Most people will probably perform this op...
Table of contents Preface question principle test...
This article uses an example to illustrate the us...
There are many tasks to be done in search engine o...
To beautify the table, you can set different bord...
1》Be good at web design 2》Know how to design web p...
This article mainly introduces the relevant conte...