0
点赞
收藏
分享

微信扫一扫

【Linux】Linux 修改主机名


 

【Linux】Linux 修改主机名_重启

1. 使用命令 vi /etc/hostname  修改hostname文件

例如将zhangsan.localdomain 修改为localhost.localdomain 

vi /etc/hostname

 

2. 使用 vi /etc/hosts 修改hosts文件

如图将对应的主机名修改为localhost

vi /etc/hosts

3.重启

reboot

 

 

 

 

 

 

举报

相关推荐

0 条评论