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

8 lines
257 B
Markdown

# systemctl \[start | stop | status | enable | disable] \[服务名]
作用:控制软件(内置或第三方)的:启动、停止、开机自启 | 单指令查看进程状态
示例:
- systemctl
- systemctl enable chrony
- systemctl install nginx