1 、临时生效(使用centos5,6,7版本)hostname 修改的计算机名称[root@localhost ~]# hostname centos-7[root@localhost ~]# hostname centos-7
1 、临时生效(使用centos5,6,7版本)
hostname 修改的计算机名称
[root@localhost ~]# hostname centos-7
[root@localhost ~]# hostname
centos-7
[root@elk-1.7-100 ~]# hostname
elk-1.7-100
2 永久修改
centos 7.x
[root@localhost ~]# vi /etc/hostname
centos-7
centos 6.x
[root@elk-1 ~]# vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=elk-1.7-100
查看结果:
[root@elk-1 ~]# hostname
elk-1.7-100