(octave.info)Process ID Information


Next: Environment Variables Prev: Controlling Subprocesses Up: System Utilities
Enter node , (file) or (file)node

36.6 Process, Group, and User IDs
=================================

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

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

     See also: Note: getppid.

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

     See also: Note: getpid.

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

     See also: Note: getuid.

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

     See also: Note: geteuid.

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

     See also: Note: getgid.

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

     See also: Note: getegid.


automatically generated by info2www version 1.2.2.9