From e0e40da19e6819a5acfae632d3b2efa00e2a600d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=BE=99=E8=85=BE?= <2235304668@qq.com> Date: Tue, 25 Jun 2024 12:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...15\345\212\241\347\256\241\347\220\206.md" | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 "54 \345\274\240\351\276\231\350\205\276/20240624 \346\234\215\345\212\241\347\256\241\347\220\206.md" diff --git "a/54 \345\274\240\351\276\231\350\205\276/20240624 \346\234\215\345\212\241\347\256\241\347\220\206.md" "b/54 \345\274\240\351\276\231\350\205\276/20240624 \346\234\215\345\212\241\347\256\241\347\220\206.md" new file mode 100644 index 0000000..3af0bd7 --- /dev/null +++ "b/54 \345\274\240\351\276\231\350\205\276/20240624 \346\234\215\345\212\241\347\256\241\347\220\206.md" @@ -0,0 +1,28 @@ +## 服务管理 + + + +### 主要操作指令: + +~~~ shell +systemctl start 启动 服务名称 + +systemctl stop 停止 服务名称 + +systemctl status 状态 服务名称 + +systemctl restart 重启 服务名称 + +systemctl reload 重载 服务名称 + +systemctl enable 自启 服务名称 + +systemctl disable 禁启 服务名称 + +systemctl list-jobs 查看正在运行的服务 + +is-active/....... 查看是否。。。 +~~~ + + + -- Gitee