CentOS 7 以后命名主机名,需要用到hostnamectl命令,具体用法如下: # hostnamectl set-hostname TestHostname 但这个命令会将所有字母转换成小写字母,也就是最后的主机名实际是testhostname。 如果我们还是想要驼峰规则的主机名怎么办。 这样就可以了 # hostnamectl --static set-hostname TestHostname

阅读全文

© 2025 Yullin. All Rights Reserved
作者的图片

Yullin

Learn To Live

DevOps

China