Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
aux
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
shell 命令 --ps aux | grep
ps aux | grep 要查询的进程名
查询当前进程,如
ps aux | grep python
确认过需要查询的进程,就可以进行 kill -9 进程号等操作了。
05-11 13:31