更新一些笔记

This commit is contained in:
2026-06-30 22:02:28 +08:00
parent a7132b4779
commit 26c9b207af
32 changed files with 245 additions and 88 deletions
+8
View File
@@ -0,0 +1,8 @@
# systemctl \[start | stop | status | enable | disable] \[服务名]
作用:控制软件(内置或第三方)的:启动、停止、开机自启 | 单指令查看进程状态
示例:
- systemctl
- systemctl enable chrony
- systemctl install nginx