摘要: #!/bin/sh cd /usr/xxx/xxx/xxx/ pid=`ps -ef|grep 'xxxx.jar*'|grep -v grep|awk '{print $2}'` if [ -n "${pid}" ];then kill -9 ${pid} echo "Process[WS] ki 阅读全文
posted @ 2022-08-24 11:29 LZ1024 阅读(244) 评论(0) 推荐(0) 编辑