在CentOS 7中,您可以使用systemctl命令來查看服務的狀態。以下是一些常用的systemctl命令:
systemctl list-units --type=service
systemctl status <service_name>
例如,要查看Apache服務的狀態,您可以運行:
systemctl status httpd
systemctl list-units --type=service --state=running
systemctl list-units --type=service --state=inactive
請注意,要運行這些命令,您需要具有root或sudo權限。