What is the difference between centos7 and centos6.5

WBOY
Release: 2022-02-09 16:38:40
Original
3827 people have browsed it

The difference between centos7 and centos6.5: 1. The default database of centos7 is MariaDB, while the default database of centos6.5 is MySQL; 2. The kernel version of centos7 is "3.10.x-x", while the default database of centos6.5 The kernel version is "2.6.x-x".

What is the difference between centos7 and centos6.5

The operating environment of this article: centos 6.4 system, Dell G3 computer.

What is the difference between centos7 and centos6.5

(1)Desktop system

[CentOS6] GNOME 2.x
[CentOS7] GNOME 3.x(GNOME Shell)
Copy after login

(2)File system

[CentOS6] ext4
[CentOS7] xfs
Copy after login

(3)Kernel version

[CentOS6] 2.6.x-x
[CentOS7] 3.10.x-x
Copy after login

(4)Start loader

[CentOS6] GRUB Legacy (+efibootmgr)
[CentOS7] GRUB2
Copy after login

(5)Firewall

[CentOS6] iptables
[CentOS7] firewalld
Copy after login

(6)Default database

[CentOS6] MySQL
[CentOS7] MariaDB
Copy after login

(7)File structure

[CentOS6] /bin, /sbin, /lib, and /lib64在/下 
[CentOS7] /bin, /sbin, /lib, and /lib64移到/usr下
Copy after login

(8)Host name

[CentOS6] /etc/sysconfig/network/
[CentOS7] /etc/hostname
Copy after login

(9)Time synchronization

[CentOS6]$ ntp $ ntpq -p /
[CentOS7] $ chrony $ chronyc sources
Copy after login

(10)Modify time

[CentOS6]
$ vim /etc/sysconfig/clock
ZONE="Asia/Tokyo"
UTC=fales
$ sudo ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
[CentOS7]
$ timedatectl set-timezone Asia/Tokyo
$ timedatectl status
Copy after login

(11)Modify region

[CentOS6]
$ vim /etc/sysconfig/i18n
LANG="ja_JP.utf8"
$ /etc/sysconfig/i18n
$ locale
[CentOS7]
$ localectl set-locale.utf8
$ localectl status
Copy after login

(12) Service related

Start and stop\Auto-start\Service list\Forced stop

Recommended tutorial: "centos tutorial"

The above is the detailed content of What is the difference between centos7 and centos6.5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template