This website requires JavaScript.
Explore
Help
Register
Sign In
Kister
/
My-Notes
Watch
1
Star
0
Fork
0
You've already forked My-Notes
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7422eb7346a51baf4408bdd7ceb635e1b2ebdf58
My-Notes
/
笔记
/
Linux
/
基础指令
/
kill.md
T
Kister
7422eb7346
日常更新linux笔记
2026-07-02 23:10:58 +08:00
161 B
Raw
Blame
History
kill [-9] [PID]
作用:关闭进程
参数:
9:强制关闭,不加的时候是发送关闭请求,让进程自己处理
示例:
kill -9 2339
Reference in New Issue
View Git Blame
Copy Permalink