Files
My-Notes/笔记/Linux/基础指令/systemctl.md
T
2026-06-30 22:02:28 +08:00

257 B

systemctl [start | stop | status | enable | disable] [服务名]

作用:控制软件(内置或第三方)的:启动、停止、开机自启 | 单指令查看进程状态

示例:

  • systemctl
  • systemctl enable chrony
  • systemctl install nginx