linux 修改主机名

时间:2021-01-31 14:19:29
SUSE 11
# hostname example //临时
# vi /etc/HOSTNAME //永久
---------------------------------
Redhat 6.0 以及更早版本
# hostname example //临时
# vi /etc/sysconfig/network //永久
-----------------------------------
Redhat 7.0
# hostnamectl set-hostname example //永久
# hostnamectl status //查看
# vi /etc/hostname //永久