ps -ef|awk '$2 ~ /pid/{print $3}' 命令如上。其中pid为已知进程pid. shell脚本中如下所写 ppid=`ps -ef|awk '$2=='$psid'{print $3}'`