下面由centos教學專欄跟大家介紹CentOS 6.x和 CentOS 7.x比較詳解,希望對需要的朋友有幫助!
檔案系統
CentOS 6.x
EXT4
:單一檔案系統容量達到1EB,單一檔案大小達到16TB。
CentOS 7.x
XFS
:預設支援8EB減1位元組的單一檔案系統,最大可支援的檔案大小為9EB,最大檔案系統尺寸為18EB 。
防火牆
-
CentOS 6.x
- #iptables
- ##CentOS 7. x
- firewalled
- CentOS 6.x
- 2.6.x-x
- CentOS 7.x
- 3.10.x-x
- CentOS 6.x
- MySQL
- CentOS 7.x
- #MariaDB
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.x
-
設定檔:/etc/sysconfig/network
-
設定檔:/etc/hostname
CentOS 6.x | CentOS 7.x | |
---|---|---|
#service 服務名稱start | #systemctl start 服務名稱 | |
service 服務名稱stop | systemctl stop 服務名稱 | |
service 服務名稱restart | systemctl restart 服務名稱 | |
systemctl status 服務名稱 | 查看所有服務狀態 | |
systemctl list-units | #設定服務自啟動 | |
systemctl enable 服務名稱 | 設定服務不會自啟動 | |
systemctl disable 服務名稱 | 查看所有服務自啟動狀態 | |
systemctl list-unit-files |
CentOS 7.x | ||
---|---|---|
網路設定指令 | ifconfig/setup | |
網路服務 | ##network | |
更多centos技術文章,請造訪 | centos入門教學