如何获取system()的PID?

如何获取system()的PID?

请教如何获取system()函数的PID?

谢谢!
自己顶!
ps -eo pid,args | grep -w "$prog_name" | grep -v 'grep' | grep -v 'ps -eo pid,args' | awk '{print $1}'
`tasklist >list.log`;