#!/bin/shret=`ps -A | grep 进程名 | grep -v grep`if [ -n "$ret" ]echo " 进程存在"elseexec /绝对路径/进程名fi
你这个就需要些脚本程序了(makefile),按照你的意思需要传递这个进程的名字作为参数了。你这个需要学习与shell有关的知识了。