欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

centos7 修改主机名

程序员文章站 2022-03-12 20:57:39
...

 

在CentOS中,有三种定义的主机名:静态的(static),瞬态的(transient),和灵活的(pretty)


hostnamectl


# 修改静态名
hostnamectl --static set-hostname test-100

# 修改3种类型主机名
hostnamectl set-hostname test-100

hostnamectl status

hostnamectl --static

hostnamectl --transient

hostnamectl --pretty