第一步:
#hostname mylinux
第二步:
修改/etc/sysconfig/network中的hostname 为mylinux
第三步:
修改/etc/hosts文件
/etc/hosts 的内容一般有如下类似内容:
格式:网络IP地址+主机名或域名+主机别名
127.0.0.1 localhost.localdomain localhost
还有一种格式也是被允许的
格式:网络IP地址+主机名或域名
192.168.1.2 mylinux
最后重启动系统生效。