1 頁 (共 1 頁)

檢查service enabled 狀能

發表於 : 2022年 2月 15日, 09:47
tim
可以使用指令:

代碼: 選擇全部

systemctl list-unit-files | grep enabled
其中, systemctl list-unit-files 可以列出所有的服務.

ref: https://askubuntu.com/questions/795226/ ... -systemctl