博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS修改主机名
阅读量:5038 次
发布时间:2019-06-12

本文共 436 字,大约阅读时间需要 1 分钟。

修改服务器主机名:
 
CentOS 7 / Fedora version 18 and above 
Enter the following command to set the hostname, replacing plato with the hostname of your choice: 
hostnamectl set-hostname plato

 

CentOS 6 / Fedora version 17 and below 
Enter the following commands to set the hostname, replacing plato with the hostname of your choice: 
echo "HOSTNAME=plato" >> /etc/sysconfig/network hostname "plato"

  

转载于:https://www.cnblogs.com/baoguok/p/6589953.html

你可能感兴趣的文章
Android TextView加上阴影效果
查看>>
Requests库的基本使用
查看>>
C#:System.Array简单使用
查看>>
C#inSSIDer强大的wifi无线热点信号扫描器源码
查看>>
「Foundation」集合
查看>>
算法时间复杂度
查看>>
二叉树的遍历 - 数据结构和算法46
查看>>
类模板 - C++快速入门45
查看>>
[转载]JDK的动态代理深入解析(Proxy,InvocationHandler)
查看>>
centos7 搭建vsftp服务器
查看>>
RijndaelManaged 加密
查看>>
Android 音量调节
查看>>
HTML&CSS基础学习笔记1.28-给网页添加一个css样式
查看>>
windows上面链接使用linux上面的docker daemon
查看>>
Redis事务
查看>>
Web框架和Django基础
查看>>
python中的逻辑操作符
查看>>
CSS兼容性常见问题总结
查看>>
HDU 1548 A strange lift (Dijkstra)
查看>>
每天一个小程序—0005题(批量处理图片大小)
查看>>