1. 程式人生 > >修改 Centos7 主機名

修改 Centos7 主機名

fault computer cpe dream ssi local con oca com

Centos 7 中自帶了 hostnamectl 工具,使用該命令行工具可以查看或修改主機名相關配置。

查看

hostnamectl

可以看到如下相似內容:

   Static hostname: localhost.localdomain
         Icon name: computer-vm
           Chassis: vm
        Machine ID: ...
           Boot ID: ...
    Virtualization: vmware
  Operating System: CentOS Linux 7 (Core)
       CPE OS Name: cpe:/o:centos:centos:7
            Kernel: Linux 3.10.0-693.11.1.el7.x86_64
      Architecture: x86-64

修改

hostnamectl set-hostname StarUDream

重啟之後即可看到主機名已修改。

修改 Centos7 主機名