How to change the host name in CentOs7.3

藏色散人
Release: 2020-05-12 16:35:48
forward
1560 people have browsed it

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

How to change the host name in CentOs7.3

The first

command format

hostname <hostname>
$ hostname node1
Copy after login

In this way, only the temporary host name can be modified. After restarting the machine, The host name has changed again.

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

For more centos technical articles, please When centos uses the tutorial column!

The above is the detailed content of How to change 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!