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
上一篇: js 实现DES加密解密
下一篇: php 事务回滚