Centos 6 和Centos 7区别
Posted zehua951203
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 6 和Centos 7区别相关的知识,希望对你有一定的参考价值。
区别 | Centos6.x | Centos7.x |
文件系统(大小) | ext4(当个文件系统容量达到1EB,当个文件可达到16TB) | XFS(当个文件系统容量达到18EB,当个文件可达到9EB) |
防火墙 | iptables | firewalld(也支持iptables) |
内核版本 | 2.6.x-x | 3.10.x-x |
默认数据库 | mysql | MariaDB |
时间同步 | ntpq -p | chronyc sources |
修改时区 | /etc/sysconfig/clock | timedatactl set-timezone Asia/Shanghai |
语言 | /etc/sysconfig/i18n | localectl set-locale LANG=zh_CN.UTF-8 |
主机名修改 | /etc/sysconfig/network |
①:/etc/hostname ②:hostnamectl set-hostname xxxx |
网卡名 | ech0 |
ens33 |
网络配置命令 | ifconfig/setup | ip/nmtui |
网络服务 | network | NetworkManager(network备用) |
以上是关于Centos 6 和Centos 7区别的主要内容,如果未能解决你的问题,请参考以下文章