Is there a way without using /proc or "ps" to know the uid of the parent process (or any other process) ?
I mean like getppid() but I need the UID.
Please don't answer with shell tricks or other language ways.
Is there a way without using /proc or "ps" to know the uid of the parent process (or any other process) ?
I mean like getppid() but I need the UID.
Please don't answer with shell tricks or other language ways.