Centos6 Centos7 查詢開機啟動服務

2021-10-02 06:36:50 字數 450 閱讀 8138

一、centos6檢視開機自啟服務

chkconfig sshd --list
chkconfig 服務 --list

二、centos7檢視開機自啟服務

1.systemctl list-unit-files 檢視啟動項

左邊是服務名稱,右邊是狀態,enabled是開機啟動,disabled是開機不啟動

檢視sshd是否開機自啟,用到過濾 服務.service代表服務端

systemctl list-unit-files|grep sshd.service

centos7 centos6修改系統預設語言

應用環境 一直在使用centos7.x,系統預設的語言也是英文環境,工作內容偶遇中文,順便蒐羅修改一番,小記如下。測試環境 測試步驟 centos 7.x 1.檢視當前語言環境 root server 10 echo lang en us.utf 8 2.修改為中文 臨時 root server 1...

Centos6與Centos7系統區別

centos7預設採用systemd風格,主要設計目標是克服sysvinit固有的缺點,提高系統啟動速度。systemd的目標是盡可能啟動更少程序,盡可能將更多程序並行啟動 centos6採用的sysvinit風格是序列啟動各個程序及服務 系統主要區別如下 系統功能 centos6 centos7 ...

CentOS 7與 CentOS 6 的區別

centos 7與 centos 6區別 都有哪些區別 1 桌面系統 centos6 gnome 2.x centos7 gnome 3.x gnome shell 2 檔案系統 centos6 ext4 centos7 xfs 3 核心版本 centos6 2.6.x x centos7 3.10...