Skip to content
IohannesLong
Search
K
Main Navigation
机器人
python
c++
金融
linux
前端
中间件
java
求解
Appearance
Return to top
本页目录
kill process by name
2025年3月13日
root
杀死包含amarok这个词的所有进程
shell
ps
aux
|
grep
-ie
amarok
|
awk
'{print $2}'
|
xargs
kill
-9