以下のコラム centos チュートリアル では、CentOS 6.x と CentOS 7.x の詳細な比較を紹介します。必要!
ファイル システム
CentOS 6.xx
EXT4
: 単一ファイル システムの容量は 1EB に達します。単一ファイルのサイズは 16TB に達します。
CentOS 7.xx
XXFS
: デフォルトでは、8EB から 1 バイトを引いた単一ファイル システムがサポートされ、サポートされる最大ファイル サイズは 9EB で、ファイル システムの最大サイズはは18EBです。
ファイアウォール
-
CentOS 6.xx
- iptables
-
CentOS 7.
- ファイアウォール付き
カーネル バージョン
-
CentOS 6.x
- # #2.6.x-xxx
- CentOS 7.x
- 3.10.x-xx
- CentOS 6.x
- MySQL
- CentOS 7.x
- MariaDB
CentOS 6.x | CentOS 7.xx | |
---|---|---|
ntpq -p | chronyc ソース | |
/etc/sysconfig/lock | timedatectl set-timezone Asia/Shanghai | |
/etc/sysconfig/i18n | localectl set-locale LANG=zh_CN.UTF-8 |
- CentOS 6.x
- 設定ファイル:/etc/sysconfig/network
#CentOS 7.x -
構成ファイル:/etc/hostname
CentOS 6.x | CentOS 7.x | |
---|---|---|
systemctl 開始サービス名 | ##サービスを終了 | ##service サービス名stop|
# #サービスの再起動 | service サービス名 restart | systemctl restart サービス名 |
サービスのステータスの表示 | service サービス名のステータス | systemctl ステータス サービス名 |
すべてのサービス ステータスを表示 | service --status-all | systemctl list-units |
サービスを自動的に開始するように設定します | chkconfig サービス名 on | systemctl Enable サービス名 |
サービスを開始しないように設定します自動的に開始するには | chkconfig サービス名 off | systemctl disable サービス名 |
すべてのサービスの自動開始ステータスの表示 | chkconfig --list | systemctl list-unit-files |
ネットワーク設定 |
ネットワーク カード名 | eth0 | |
---|---|---|
ネットワーク設定コマンド | ifconfig/setup | ip/nmtui |
ネットワーク サービス | network | NetworkManager (ネットワーク) バックアップ |
その他の centos 技術記事については、 | centos Getting Started をご覧ください。チュートリアル列! |