檢查service enabled 狀能
發表於 : 2022年 2月 15日, 09:47
可以使用指令:
其中, systemctl list-unit-files 可以列出所有的服務.
ref: https://askubuntu.com/questions/795226/ ... -systemctl
代碼: 選擇全部
systemctl list-unit-files | grep enabledref: https://askubuntu.com/questions/795226/ ... -systemctl