実行例
[centos@test01 ~]$ sudo hostnamectl set-hostname web01
[centos@test01 ~]$
[centos@test01 ~]$ hostname ◀ hostname コマンドでホスト名を確認
web01
[centos@test01 ~]$ ◀ プロンプト部分の表記は旧ホスト名のまま
[centos@test01 ~]$ exit ◀ 一度ログアウト
再度ログインすると、プロンプト部分の表記も新しいホスト名に変更されます。
Last login: Sun Jun 6 06:08:46 2021 from XXXX
[centos@WEB01 ~]$ ◀ プロンプト部分の表記も新ホスト名になった
以上。
コメント