微信扫一扫
linux 杀死进程kill 等用法:
kill -9 $(ps -ef | grep process_name | grep -v grep | awk '{print $2}')
相关推荐