centos7과 centos6.5의 차이점은 다음과 같습니다. 1. 기본 파일 시스템인 centos6은 ext4이고 centos7은 xfs입니다. 2. 커널 버전인 centos6은 [2.6.x-x/]이고 centos7은 [3.10.x-x]입니다.
centos7과 centos6.5의 차이점은 다음과 같습니다.
(1) 데스크탑 시스템
[CentOS6] GNOME 2.x/
[CentOS7] GNOME 3.x(GNOME 쉘)
( 2 )파일 시스템
[CentOS6] ext4/
[CentOS7] xfs
(3) 커널 버전
[CentOS6] 2.6.x-x/
[CentOS7] 3.10.x-x
(4) 부트 로더
[CentOS6] GRUB 레거시(+efibootmgr)/
[CentOS7] GRUB2
(5)방화벽
[CentOS6] iptables/
[CentOS7] Firewalld
(6)기본 데이터베이스
[CentOS6] MySQL/
[CentOS7] MariaDB
(7) 파일 구조
[CentOS6] /bin, /sbin, /lib 및 /lib64는 /under/로 이동됩니다.
[CentOS7] /bin, /sbin, /lib 및 /lib64는 /로 이동됩니다. usr
(8)호스트 이름
[CentOS6]
/etc/sysconfig/network/
[CentOS7]
/etc/hostname
(9)시간 동기화
[CentOS6]
$ ntp $ ntpq -p /
[CentOS7]
$ chrony $ chronyc sources
(10)수정
[ 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
(11) 지역 수정
[CentOS6]
$ vim /etc/sysconfig/i18n LANG="ja_JP.utf8" $ /etc/sysconfig/i18n $ locale
[CentOS7]
$ localectl set-locale.utf8 $ localectl status
추천 관련 튜토리얼: centos 튜토리얼
위 내용은 centos7과 centos6.5의 차이점은 무엇입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!