AlmaLinux9.2 ホスト名を変更する方法

環境
# cat /etc/redhat-release
AlmaLinux release 9.2 (Turquoise Kodkod)

操作方法

1.一時的に変更する。(システムを再起動すると元に戻る)
# 現在のホスト名を表示する
[root@localhost ~]# hostname
localhost.localdomain
# ホスト名変更

[root@localhost ~]# hostname test.arkgame
[root@localhost ~]# hostname
test.arkgame # 変更された

2.恒久的に変更する
# hostnamectl set-hostname test.arkgame
# 設定確認

# hostnamectl
 Static hostname: test.arkgame
       Icon name: computer-vm
         Chassis: vm ?
      Machine ID: aceb4742e3f942238e580d5f4b5c5067
         Boot ID: ba139639906d476b9c7dd0a12bd3e27f
  Virtualization: vmware
Operating System: AlmaLinux 9.2 (Turquoise Kodkod)
     CPE OS Name: cpe:/o:almalinux:almalinux:9::baseos
          Kernel: Linux 5.14.0-284.11.1.el9_2.x86_64
    Architecture: x86-64
 Hardware Vendor: VMware, Inc.
  Hardware Model: VMware Virtual Platform
Firmware Version: 6.00

 

AlmaLinux 9

Posted by arkgame