centos 7笔记

Posted YuDiGeGe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7笔记相关的知识,希望对你有一定的参考价值。

1、主机名(在7版本中hostname有三种形式:静态(Static host name)、动态(Transient/dynamic host name)、别名(Pretty host name)

hostnamectl status  查询主机名

hostnamectl status [--static|--transient|--pretty]

两种方式:

hostnamectl set-hostname servername [--static|--transient|--pretty]  修改主机名

vim /etc/hostname  修改主机名

修改主机名之后重启立即生效:

systemctl restart systemd-hostnamed

以上是关于centos 7笔记的主要内容,如果未能解决你的问题,请参考以下文章

centos 7下安装python 3.6笔记

笔记本电脑安装centos 7(转)

CentOS 7运维管理笔记(10)----MySQL源码安装

Centos 7 学习笔记

CentOS 7安装配置iptables笔记

CentOS 7之systemd学习笔记