在Ubuntu上,你可以使用systemctl
命令来查看开启的服务。以下是一些常用的命令:
systemctl list-units --type=service --state=running
systemctl status <service_name>
例如,要查看Apache2服务的状态:
systemctl status apache2
systemctl list-unit-files --type=service --state=enabled
这些命令将显示服务的状态、是否启用以及其他相关信息。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: Paramiko在Ubuntu能正常运行吗