您好,登錄后才能下訂單哦!
本篇內(nèi)容主要講解“centos6和centos7的區(qū)別有哪些”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“centos6和centos7的區(qū)別有哪些”吧!
2 沒(méi)有網(wǎng)絡(luò)的多用戶模式
啟動(dòng)需要腳本串行,可能會(huì)卡死,啟動(dòng)慢
進(jìn)程為 1 的 init 就是 cs6
CentOS6采用了Upstart技術(shù)代替INIT進(jìn)行引導(dǎo),但是為了簡(jiǎn)便管理員的操作,操作習(xí)慣還是和INIT一樣。
So,Upstart技術(shù)作為一個(gè)過(guò)渡技術(shù),因?yàn)楦?jìng)爭(zhēng)對(duì)手太強(qiáng)大,而被淘汰。
代表系統(tǒng):CentOS6,Ubuntu14,從CentOS7,Ubuntu15開(kāi)始使用systemd
新系統(tǒng)都會(huì)采用的技術(shù)(RedHat7,CentOS7,Ubuntu15等);
設(shè)計(jì)目標(biāo)是克服INIT固有的缺點(diǎn),提高系統(tǒng)的啟動(dòng)速度;
和INIT兼容,降低遷移成本;
最主要優(yōu)點(diǎn):并行啟動(dòng)
Pid為1的進(jìn)程
[root@centos7~]#ps -ef |head -2UID PID PPID C STIME TTY TIME CMD root10011:13?00:00:01/usr/lib/systemd/systemd-- switched-root--system--deserialize 21
pid 1 是system
B 任務(wù)看到A任務(wù)啟動(dòng)了才啟動(dòng)。system 偽造讓兩個(gè)系統(tǒng)同時(shí)啟動(dòng)
要虛擬化,升級(jí)內(nèi)核,boot 1024
補(bǔ)充安裝軟件包
yum -y install free nmap lrzsz dos2unix telnet screen vim lsof
自動(dòng)話安裝時(shí)添加軟件
區(qū)別1:網(wǎng)卡名稱eth0和enp5s0
傳統(tǒng)的Linux的網(wǎng)絡(luò)接口命令為為eth0、eth2.
從CentOS7/RHEL7起,引入了一致和可預(yù)測(cè)的網(wǎng)絡(luò)設(shè)備命名網(wǎng)絡(luò)接口的方法。即使添加或移除網(wǎng)絡(luò)設(shè)備,接口名稱仍然保持固定,而無(wú)需重新枚舉,和壞掉的硬件可以無(wú)縫替換。
但是這個(gè)新的特性對(duì)我們自動(dòng)化運(yùn)維造成了干擾!
因此,先進(jìn)的技術(shù)向我們屈服了…
CentOS7修改網(wǎng)卡名稱為eth0
已經(jīng)安裝完系統(tǒng)修改
區(qū)別2:網(wǎng)絡(luò)配置相關(guān)命令
ip: yum -y install iproute CentOS7主推使用ip命令。 ifconfig: yum -y install net-tools setup: yum -y install setuptool 廢棄命令 nmtui:替代 setup 命令
安裝完改網(wǎng)卡名字,沒(méi)用
區(qū)別3:主機(jī)名與字符集
修改主機(jī)名
hostname CentOS7 /etc/hostname hostnamectl set-hostname CentOS7
修改字符集
.UTF-8 /etc/locale.conf localectl set-locale.UTF-8
區(qū)別4:兼容的/etc/rc.local
Please note that you must run ‘ chmod +x /etc/rc.d/rc.local’ to ensure that this script will be executed during boot.
[root@lewen ~]# systemctl get-defaultmulti-user.target
區(qū)別5:管理服務(wù)
systemct:融合service和chkconfig的功能于一體。 systemctl start crond.service 啟動(dòng)服務(wù)。 systemctl stop crond.service 停止服務(wù)。 systemctl restart crond.service 重啟服務(wù)。 systemctl reload crond.service. 重載服務(wù)。 systemctl status crond.service 查看服務(wù)運(yùn)行狀態(tài)。 systemctl list-unit-files 查看所有開(kāi)機(jī)服務(wù)。 systemctl enable crond.service 開(kāi)機(jī)自啟動(dòng)。 systemctl disable crond.service 開(kāi)機(jī)不啟動(dòng)。 systemctl is-enabled crond.service 檢查是否開(kāi)機(jī)自啟動(dòng)。
到此,相信大家對(duì)“centos6和centos7的區(qū)別有哪些”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。