解决openoffice进程异常退出的办法

步骤1 编写脚本 openoffice.shweb #!/usr/bin/bash OPENOFFICEPID=`ps -ef|grep "/opt/openoffice4/program/soffice"|grep -v grep|grep -v grep|awk '{print $2}'` if [ ! -n "$OPENOFFICEPID" ];then echo "OPENOF
相关文章
相关标签/搜索