Linux systemctl命令筆記

2021-09-29 18:24:15 字數 823 閱讀 5612

指令格式

systemctl [command] [unit]

常用指令

1.啟動

$ systemctl start

2.停止

$ systemctl stop

3.重啟

$ systemctl restart

$ systemctl reload

5.開機自啟

$ systemctl enable

6.開機不自啟

$ systemctl disable

7.檢視unit的狀態

$ systemctl status

8.檢視unit是否正在執行

$ systemctl is-active

9.開機時是否自啟此unit

$ systemctl is-enable

10.列出unit的配置

$ systemctl show

11.登出此unit,之後就無法啟動此unit了

$ systemctl mask

12.反登出

$ systemctl unmask

13.檢視已啟動的服務

$ systemctl list -units --type=service

linux systemctl命令詳解

systemd 系統啟動和伺服器守護程序管理器,負責在系統啟動或執行時,啟用系統資源,伺服器進 程和其它程序 新特性 系統引導時實現服務並行啟動 按需啟動守護程序 自動化的服務依賴關係管理 同時採用socket式與d bus匯流排式啟用服務 系統狀態快照 systemd核心概念unit 單元 型別 ...

Android MTK Android 編譯命令

命令格式 maketek option project action modules option t tee 輸出log資訊到當前終端 o opt 編譯附加條件,一般使用 opt target build variant user來編譯使用者板軟體 h help 列印幫助資訊並退出 project...

applicationContext的命名空間

xsi schemalocation spring beans.xsd xmlns xmlns 宣告了乙個命名空間 例如 xmlns aop 這樣就可以用標籤了.通常情況下還需要提供乙個對映位址.比如 xmlns aop 提供乙個對映位址後變為 xmlns aop xsi schemalocatio...