- publishing free software manuals
GNU Octave Manual Version 3
by John W. Eaton, David Bateman, Søren Hauberg
Paperback (6"x9"), 568 pages
ISBN 095461206X
RRP £24.95 ($39.95)

Get a printed copy>>>

32.6 Process, Group, and User IDs

Built-in Function: pgid = getpgrp ()
Return the process group id of the current process.

Built-in Function: pid = getpid ()
Return the process id of the current process.

Built-in Function: pid = getppid ()
Return the process id of the parent process.

Built-in Function: euid = geteuid ()
Return the effective user id of the current process.

Built-in Function: uid = getuid ()
Return the real user id of the current process.

Built-in Function: egid = getegid ()
Return the effective group id of the current process.

Built-in Function: gid = getgid ()
Return the real group id of the current process.

ISBN 095461206XGNU Octave Manual Version 3See the print edition