pid=`ps -ef | grep "/usr/sbin/csrassd" | grep -v grep | awk '{print $2}'` grep -v grep 忽略grep本身 赋值注意用反引号``