Module process
Source - ChildExt
- Missing methods for Child objects
- getegid
getegid() returns the effective group ID of the calling process.- geteuid
geteuid() returns the effective user ID of the calling process.- getgid
getgid() returns the real group ID of the calling process.- getpgrp
getpgrp() returns the process group ID of the calling process.
It is a trivial wrapper over libc::getpgrp to “hide” the unsafe- getpid
getpid() returns the pid of the calling process.- getsid
getsid() returns the session ID of the process with process ID pid.- getuid
getuid() returns the real user ID of the calling process.