Next: Environment Variables, Previous: Controlling Subprocesses, Up: System Utilities [Contents][Index]
pgid =
()
Return the process group id of the current process.
pid =
Return the process id of the current process.
See also: getppid.
Return the process id of the parent process.
See also: getpid.
euid =
Return the effective user id of the current process.
See also: getuid.
uid =
Return the real user id of the current process.
See also: geteuid.
egid =
Return the effective group id of the current process.
See also: getgid.
gid =
Return the real group id of the current process.
See also: getegid.