狐沐说
Linux父进程为1怎么kill
阅读 93
2022-09-27
linux 杀死进程kill 等用法:
kill -9 $(ps -ef | grep process_name | grep -v grep | awk '{print $2}')
相关推荐
精彩评论(0)