systemctl list -unit-files | grep enabled will list all enabled ones. If you want which ones are currently running, you need systemctl | grep ...
確定! 回上一頁