欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

linux CentOS(6、7)修改主机名(hostname)

程序员文章站 2024-03-14 13:50:28
...

一、centos6和7临时修改

[root@centos6 ~]# hostname 132
[root@centos6 ~]# hostname
132

二、永久修改
1、centos6

[root@centos6 ~] # vim /etc/sysconfig/network

2、centos7

[root@centos7 ~] # hostnamectl set-hostname centos7
或者
[root@centos7 ~] # vim /etc/hostname
[root@centos7 ~] # exec bash