本篇文章為大家展示了RHEL7和RHEL6的主要變化說是什么,內(nèi)容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細(xì)介紹希望你能有所收獲。
成都創(chuàng)新互聯(lián)長期為上千多家客戶提供的網(wǎng)站建設(shè)服務(wù),團(tuán)隊(duì)從業(yè)經(jīng)驗(yàn)10年,關(guān)注不同地域、不同群體,并針對不同對象提供差異化的產(chǎn)品和服務(wù);打造開放共贏平臺(tái),與合作伙伴共同營造健康的互聯(lián)網(wǎng)生態(tài)環(huán)境。為秭歸企業(yè)提供專業(yè)的成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站制作、外貿(mào)網(wǎng)站建設(shè),秭歸網(wǎng)站改版等技術(shù)服務(wù)。擁有十多年豐富建站經(jīng)驗(yàn)和眾多成功案例,為您定制開發(fā)。
如下所示:
淺談RHEL7和RHEL6的主要變化 | ||
RHEL7 | RHEL6 | |
文件系統(tǒng) | XFS | EXT4 |
內(nèi)核版本 | 3.10.x-x系列 | 2.6.x-x系列 |
內(nèi)核名稱 | Maipo | Santiago |
發(fā)布時(shí)間 | 2014-06-09(3.10.0-123) | 2010-11-09(2.6.32-71) |
進(jìn)程名稱 | systemd | init |
運(yùn)行級別 |
runlevel0.target->poweroff.target runlevel1.target->rescue.target runlevel2.target->multi-user.target runlevel3.target->multi-user.target runlevel4.target->multi-user.target runlevel5.target->graphical.target runlevel6.target->reboot.target /etc/systemd/system/default.target |
runlevel0 runlevel1 runlevel2 runlevel3 runlevel4 runlevel5 runlevel6 /etc/inittab |
主機(jī)名稱 | /etc/hostname | /etc/sysconfig/network |
最大文件 | 500TB | 16TB |
檢查工具 | xfs.repair | e2fsck |
啟動(dòng)工具 | GRUB2 | GRUB0.97 |
服務(wù)啟動(dòng) | Systemd | Upstart |
服務(wù)管理 |
systemctl enable xxx.service systemctl start xxx.service systemctl stop xxx.service systemctl restart xxx.service 兼容chkconfig,service命令 |
service enable xxx.service service stop xxx.service service start xxx.service chkconfig --level 3 5 nfs on |
防火墻 | Firewalld兼容Iptables | Iptables |
網(wǎng)絡(luò)綁定 | Team Driver | Bonding |
網(wǎng)絡(luò)時(shí)間 | Chrony,ntpd | ntpd |
NFS版本 | NFS4.1 支持NFSv3,NFSv4.0,NFSv4.1客戶端 | NFS4 |
集群管理工具 | Pacemaker | Rgmanager |
負(fù)載均衡工具 | Keepalived,HAProxy | Rgmanager |
桌面環(huán)境 | GNOME3,KDE4.10 | GNOME2 |
數(shù)據(jù)庫 | MariaDB | MySQL |
RHEL7和RHEL6的管理命令和配置文件的變化 | ||
訂閱信息 | RHEL7 | RHEL6 |
訂閱信息工具 | subscription-manager identity |
/etc/sysconfig/rhn/systemid subscription-manager identity |
配置訂閱信息 | subscription-manager rhn_register | rhn_register rhnreg_ks subscription-manager identity |
基本配置 | RHEL7 | RHEL6 |
GUI配置工具 | gnome-control-center | system-config-* |
網(wǎng)絡(luò)配置工具 | nmcli nmtui nm-connection-editor | system-config-network |
語言配置工具 | localectl | system-config-language |
時(shí)間配置工具 | timedatectl date | system-config-date date |
時(shí)間同步 | ntpdate /etc/chrony.conf | ntpdate /etc/ntp.conf |
鍵盤配置 | localectl | system-config-keyboard |
服務(wù)管理 | RHEL7 | RHEL6 |
服務(wù)列表 |
systemctl -at service ls /{usr/lib,etc}/systemd/system/*.service |
chkconfig ls /etc/init.d/ |
服務(wù)啟動(dòng) | systemctl start name.service | service name start |
服務(wù)停止 | systemctl stop name.service | service name stop |
服務(wù)查看 | systemctl status name.service | service name status |
服務(wù)重啟 | systemctl restart name.service | service name restart |
服務(wù)開機(jī)自啟 | systemctl enable name.service | chkconfig name on |
服務(wù)開機(jī)不自啟 | systemctl disable name.service | chkconfig name off |
添加服務(wù) | systemctl daemon-reload | achkconfig --add |
服務(wù)列表查看 | systemctl -t service --state=active | service --status-all |
查看運(yùn)行級別 | systemctl get-default | runlevel |
修改運(yùn)行級別 |
systemctl isolate name.target init runlevel | init runlevel |
日志文件 |
/etc/rsyslog.conf /etc/rsyslog.d/*.conf /var/log/journal/ /etc/systemd/journald.conf | /etc/rsyslog.conf |
查看日志文件 | /var/log/ | /var/log/journalctl |
內(nèi)核硬件 | RHEL7 | RHEL6 |
啟動(dòng)提示符 | append rd.break or init=/bin/bash to kernel cmdline | append 1 or s or init=/bin/bash to kernel cmdline |
關(guān)閉系統(tǒng) | systemctl shutdown | shutdown |
關(guān)閉電源 | systemctl poweroff | poweroff |
掛起系統(tǒng) | systemctl halt | halt |
重啟系統(tǒng) | systemctl reboot | reboot |
修改運(yùn)行級別 | systemctl set-default | /etc/inittab |
配置GRUB |
/etc/default/grub grub2-mkconfig grub-set-default | /boot/grub/grub.conf |
軟件管理 | RHEL7 | RHEL6 |
安裝軟件包 |
yum install yum group install |
yum install yum groupinstall |
查看軟件包 |
yum info yum group info |
yum info yum groupinfo |
文件系統(tǒng) | RHEL7 | RHEL6 |
建立文件系統(tǒng) | fdisk parted gdisk | fdisk parted |
LVM管理 | vgextend lvextend xfs_growfs | vgextend lvextend resize2fs |
網(wǎng)絡(luò)接口配置 | RHEL7 | RHEL6 |
配置名稱 |
/etc/hosts /etc/resolv.conf nmcli conmod |
/etc/hosts /etc/resolv.conf |
主機(jī)名稱配置 |
/etc/hostname hostnamectl nmcli | /etc/sysconfig/network |
Ip地址配置 |
ip addr nmcli dev show teamdctl brctl bridge |
ip add ifconfig brctl |
配置防火墻 |
firewall-cmd firewall-config |
iptables&ip6tables /etc/sysconfig/ip*tables system-config-firewall |
查看端口命令 |
ss lsof |
netstat ss lsof |
上述內(nèi)容就是RHEL7和RHEL6的主要變化說是什么,你們學(xué)到知識(shí)或技能了嗎?如果還想學(xué)到更多技能或者豐富自己的知識(shí)儲(chǔ)備,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。