更改centos7的默認(rèn)啟動(dòng)為命令界面
添加時(shí)間:2019-6-1 18:09:40
添加:
思海網(wǎng)絡(luò)
修改默認(rèn)啟動(dòng)從圖形界面到命令行界面的方法:
#rm -rf etc/systemd/sytstem/default.target (刪除存在的軟鏈接)
#ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target (重新建立軟連接指向到“multi-user.target”
#ll /etc/systemd/system/default.target
關(guān)鍵字:centos7、啟動(dòng)、命令界面
新文章:
- CentOS7下圖形配置網(wǎng)絡(luò)的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS單網(wǎng)卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗(yàn)證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網(wǎng)打印機(jī)IP講解
- CentOS7使用hostapd實(shí)現(xiàn)無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網(wǎng)絡(luò)重啟出錯(cuò)
- 解決Centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統(tǒng)有什么不同呢
- Centos 6.6默認(rèn)iptable規(guī)則詳解