www.delorie.com/gnu/docs/octave/octave_169.html   search  
 
Buy GNU books!


GNU Octave

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

29.4 Process, Group, and User IDs

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

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

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

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

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

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

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


  webmaster   donations   bookstore     delorie software   privacy  
  Copyright © 2003   by The Free Software Foundation     Updated Jun 2003