centos 7.X如何更改主机名
跟之前centos 6.x相比,稍微有点出入。 这里简单记录下两个比较简单的办法:
1,配置文件更改。
以更改当前主机名qcloud为新主机名21yunwei为例:
[[email protected] ~]# hostname qcloud
更改配置文件:/etc/hostname 更改完以后,执行命令行hostname 21yunwei ,退出shell终端,重新登录,更改完成。当然,vim /etc/hostname 以后直接重启服务器也可以,不推荐。
2,命令更改。
特有的命令修改,修改完以后退出shell终端,重新登录,更改完成。
[[email protected] ~]# hostnamectl set-hostname 21yunwei