Wed. Jul 22nd, 2026

[linux]ps -ef与kill -9杀掉进程

ps -ef|grep java|awk ‘{print $2}’|xargs kill -9

其中java是进程关键字

By kim

Leave a Reply