日常更新linux笔记

This commit is contained in:
2026-07-02 23:10:58 +08:00
parent cd4a5a20ee
commit 7422eb7346
16 changed files with 156 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
# kill \[-9] \[PID]
作用:关闭进程
参数:
- 9:强制关闭,不加的时候是发送关闭请求,让进程自己处理
示例:
- kill -9 2339