EXT4
:单个文件系统容量达到1EB,单个文件大小达到16TB。数据库
XFS
:默认支持8EB减1字节的单个文件系统,最大可支持的文件大小为9EB,最大文件系统尺寸为18EB。网络
CentOS 6.xui
CentOS 7.xrest
CentOS 6.xcode
CentOS 7.xip
CentOS 6.x同步
CentOS 7.xit
操做 | CentOS 6.x | CentOS 7.x |
---|---|---|
时间同步 | ntpq -p | chronyc sources |
时区修改 | /etc/sysconfig/clock | timedatectl set-timezone Asia/Shanghai |
语言修改 | /etc/sysconfig/i18n | localectl set-locale LANG=zh_CN.UTF-8 |
CentOS 6.xtable
CentOS 7.x配置
操做 | CentOS 6.x | CentOS 7.x |
---|---|---|
启动服务 | service 服务名 start | systemctl start 服务名 |
关闭服务 | service 服务名 stop | systemctl stop 服务名 |
重启服务 | service 服务名 restart | systemctl restart 服务名 |
查看服务状态 | service 服务名 status | systemctl status 服务名 |
查看全部服务状态 | service --status-all | systemctl list-units |
设置服务自启动 | chkconfig 服务名 on | systemctl enable 服务名 |
设置服务不自启动 | chkconfig 服务名 off | systemctl disable 服务名 |
查看全部服务自启动状态 | chkconfig --list | systemctl list-unit-files |
操做 | CentOS 6.x | CentOS 7.x |
---|---|---|
网卡名 | eth0 | ens33 |
网络配置命令 | ifconfig/setup | ip/nmtui |
网络服务 | network | NetworkManager(network)备用 |