LinuxJava相关命令列出所有包含 “java” 的进程
ps aux | grep java
通过进程名搜索
ps aux | grep 进程名
```
强制终止进程id为PID的程序
`
2026-03-03