【Linux】CentOS 7修改主机名
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
CentOS 7修改主机名常用方法
1.方法一:使用hostnamectl命令
格式:hostnamectl set-hostname 主机名
如:
hostnamectl set-hostname node0001
修改后当前主机名并不会立马更改,需要重启后才生效,可使用hostname查看当前真实的主机名。
2.方法二:修改/etc/hostname文件
直接修改/etc/hostname文件里面的参数即可,同样需要重启才生效。
vi /etc/hostname
注:有人反馈说使用这种方法会有一定的问题,但我没有碰到过!!!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)