Process ID of mbpro on linux

paulsu

New Member
Hi,
I am running an mbpro from a shell script on RedHat linux7.1 but when I do I can't find the process ID. Any ideas?
 

mra

Junior???? Member
Hi!

How are you looking for the PID?

ps -efl | grep '_prog'?


mbpro is a shell-script (in /usr/bin most likely), which starts $DLC/_progress. _progress will not be a child of your shell script, but instead of mbpro. Tjis means that your script can't check for $?


Regards
Mike
 
Top