1、默认文件系统不一样:centos6默认ext4、centos7默认xfs
2、防火墙不一样:centos6为iptables、centos为firewalld
3、服务启停不一样:centos6为:service service_name start/stop/restart/status centos7为:systemctl start/stop/restart/status service_name
4、默认数据库不一样:centos6为: MYSQL、 centos7为:MariaDB