以前修改/etc/sysconfig/network文件即可,在 rhel7.0以后版本,要修改主机名,使用 hostnamectl命令
比如要修改为 desktop2.sztech.com,使用以下命令即可:
# hostnamectl set-hostname desktop2.sztech.com
使用 hostnamectl status,验证一下 。
[student@desktop2 ~]$ hostnamectl Static hostname: desktop2.sztech.com Icon name: computer Chassis: n/a Machine ID: 946cb0e817ea4adb916183df8c4fc817 Boot ID: 680ab765ce044ec782fe8e8ee1edb39a Operating System: Red Hat Enterprise Linux Server 7.0 (Maipo) CPE OS Name: cpe:/o:redhat:enterprise_linux:7.0:GA:server Kernel: Linux 3.10.0-123.el7.x86_64 Architecture: x86_64 |