systemctl 是一个在 Linux 系统上管理服务的命令行工具
systemctl
systemctl status <服务名称>
将 <服务名称> 替换为你想要查看详情的服务名称。例如,如果你想要查看 “nginx” 服务的详情,你应该输入:
<服务名称>
systemctl status nginx
注意:在某些 Linux 发行版中,你可能需要使用 sudo 命令来获取管理员权限,例如:
sudo
sudo systemctl status <服务名称>