class Process

Defined in:

host.cr

Class Method Summary

Class Method Detail

def self.egid : LibC::GidT #

Returns the effective group ID of the current process.


[View source]
def self.euid : LibC::UidT #

Returns the effective user ID of the current process.


[View source]
def self.gid : LibC::GidT #

Returns the real group ID of the current process.


[View source]
def self.root? : Bool #

[View source]
def self.uid : LibC::UidT #

Returns the real user ID of the current process.


[View source]