修改Linux主机名
2017-08-20 本文已影响6人
go_mars
1. 修改/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=test2.intel.com
2. hostname test2.intel.com
或者
sysctl kernel.hostname=test2.intel.com
或者
echo test2.intel.com> /proc/sys/kernel/hostname