“CentOS修改主机名方法大全”的版本间的差异
来自Alex's wiki
(未显示同一用户的1个中间版本) | |||
第3行: | 第3行: | ||
永久修改主机名 | 永久修改主机名 | ||
− | + | Centos6下 [http://www.centoscn.com/CentOS/help/2015/0206/4640.html CentOS修改主机名方法大全] | |
<source lang=bash> | <source lang=bash> | ||
第12行: | 第12行: | ||
HOSTNAME=master | HOSTNAME=master | ||
− | # | + | #如果不想重启,则用hostname名令。 |
− | + | ||
还有一个修改是: | 还有一个修改是: | ||
/etc/hosts | /etc/hosts | ||
第19行: | 第19行: | ||
127.0.0.1后面的那一部分。 | 127.0.0.1后面的那一部分。 | ||
− | |||
</source> | </source> | ||
− | + | Centos7下 | |
[http://www.centoscn.com/image-text/config/2015/0627/5742.html centos 7 修改主机名的方法] | [http://www.centoscn.com/image-text/config/2015/0627/5742.html centos 7 修改主机名的方法] | ||
<source lang=bash> | <source lang=bash> |
2017年7月21日 (五) 05:58的最后版本
永久修改主机名 Centos6下 CentOS修改主机名方法大全
#修改network的HOSTNAME项。点前面是主机名,点后面是域名。没有点就是主机名。 vi /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=master #如果不想重启,则用hostname名令。 还有一个修改是: /etc/hosts 127.0.0.1 localhost.localdomain 127.0.0.1后面的那一部分。
Centos7下 centos 7 修改主机名的方法
修改配置文件 hostname name vim /etc/hostname