计算机网络/计算机科学与应用/系统/运维/开发

Centos7修改主机名2种方法

默认主机名为 localhost

1、# hostname  myhostname

image.png

以上方法开机重启后失效


2、永久修改配置/etc/hostname

# vim /etc/hostname
myhostname

即可

只要认真对待生活,终有一天,你的每一份努力,都将绚烂成花。

评论

^