shell获取进程pid 查看进程pid1ps -ef|grep 进程名 |grep -v grep | awk '{print $2}' 判断进程是否存在123456p_cnt=ps -ef|grep queue |grep -v grep| wc -lif [ $p_cnt -le 0 ]; then# 进程不存在else# 进程存在fi shell脚本 shell 本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处! tkinter 上一篇 hadoop常用命令 下一篇