systemctl

systemctl是 Systemd 的主命令,用于管理系统。

# 检查 Apache 服务是否启动
systemctl status htppd
# 检查mysql 服务是否运行
systemctl status mysql


systemctl stop 服务名称
systemctl start服务名称
systemctl restart 服务名称

有关systemctl介绍:
https://www.cnblogs.com/zwcry/p/9602756.html

posted @ 2022-02-12 14:15  chuangzhou  阅读(52)  评论(0编辑  收藏  举报