centos7修改主机名称
Posted lazy-sang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7修改主机名称相关的知识,希望对你有一定的参考价值。
centos7
[root@localhost ~]# uname -a ***查看当前主机信息
Linux #localhost.localdomain 3.10.0-957.5.1.el7.x86_64 #1 SMP Fri Feb 1 14:54:57 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# cat /etc/redhat-release ***查看当前系统版本
CentOS Linux release 7.6.1810 (Core)
修改主机名方式:
方式一、
[root@localhost ~]# hostnamectl set-hostname lsx02.com
方式二、
修改配置文件 /etc/hostname 保存退出
[root@localhost ~]# vi /etc/hostname
lsx02.com
:wq
以上完成后reboot
以上是关于centos7修改主机名称的主要内容,如果未能解决你的问题,请参考以下文章