Detailed explanation of how to modify the host name in CentOs7.3

藏色散人
Release: 2020-04-27 17:03:22
forward
2657 people have browsed it

The following column centos tutorial will introduce to you the method of changing the host name in CentOs7.3. I hope it will be helpful to friends in need!

Detailed explanation of how to modify the host name in CentOs7.3

CentOs7.3 Modify the host name

The first

Command format

hostname <hostname>
$ hostname node1
Copy after login

This way, only The temporary host name can be modified. When the machine is restarted, the host name changes back.

Second

Command format

hostnamectl set-hostname <hostname>
$ hostnamectl set-hostname node1
Copy after login

Restart the server

$ reboot
Copy after login

Reconnect the server

$ hostname
node1
Copy after login

Recommended tutorial: " centos

The above is the detailed content of Detailed explanation of how to modify the host name in CentOs7.3. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!