Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, September 4, 2002 08:22 AM
The PPID (Parent Process ID) of 'X' is WEBLOGIC. We would like it to be 1.
The pid "1" is for the "init" process, the first one that comes up when the system starts. Anything with "1" as the parent would have to be something spawned directly from init.
You ARe talking about the pid and not the uid, right? because that's a different issue (you would have to run something setuid, to change its uid, and deal with possible security implications).