앞으로: Environment Variables, 뒤로: Controlling Subprocesses, 위로: System Utilities [차례][찾아보기]
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.