修改 Centos7 主机名
Posted starudream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改 Centos7 主机名相关的知识,希望对你有一定的参考价值。
在 Centos 7
中自带了 hostnamectl
工具,使用该命令行工具可以查看或修改主机名相关配置。
查看
hostnamectl
可以看到如下相似内容:
Static hostname: localhost.localdomain
Icon name: computer-vm
Chassis: vm
Machine ID: ...
Boot ID: ...
Virtualization: vmware
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-693.11.1.el7.x86_64
Architecture: x86-64
修改
hostnamectl set-hostname StarUDream
重启之后即可看到主机名已修改。
以上是关于修改 Centos7 主机名的主要内容,如果未能解决你的问题,请参考以下文章