Next: Environment Variables, Previous: Controlling Subprocesses, Up: System Utilities [Contents][Index]
Return the process group id of the current process.
Return the process id of the current process.
See also: getppid.
Return the process id of the parent process.
See also: getpid.
Return the effective user id of the current process.
See also: getuid.
Return the real user id of the current process.
See also: geteuid.
Return the effective group id of the current process.
See also: getgid.
Return the real group id of the current process.
See also: getegid.