Centos 6.X 与Contos 7.x 修改计算机名称方法

站长手记 作者: 2024-08-26 12:55:01
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

原创声明
本站部分文章基于互联网的整理,我们会把真正“有用/优质”的文章整理提供给各位开发者。本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
本文链接:http://www.jiecseo.com/news/show_68980.html
centos hostname