正文Linux 判断系统任务是否正在运行IP云V管理员/2022-09-29/1 阅读 09/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示#!/bin/bashif ps -ef|grep "php index"|egrep -v grep >/dev/nullthen >& >> /dev/null;else php index >& >> result.txt &fi