常用Linux命令

任务中止

1.中止多进程任务

假设任务名为 qcluster

image-20210106152455606

ps aux|grep qcluster|grep -v grep|cut -c 9-15|xargs kill -9

Linux

2021-01-06 15:22 +0800