Module uucore::process

source ·
Expand description

Set of functions to manage IDs

Traits

  • Missing methods for Child objects

Functions

  • getegid() returns the effective group ID of the calling process.
  • geteuid() returns the effective user ID of the calling process.
  • getgid() returns the real group ID of the calling process.
  • getuid() returns the real user ID of the calling process.