class Process
- Process
- Reference
- Object
Defined in:
host.crClass Method Summary
-
.egid : LibC::GidT
Returns the effective group ID of the current process.
-
.euid : LibC::UidT
Returns the effective user ID of the current process.
-
.gid : LibC::GidT
Returns the real group ID of the current process.
- .root? : Bool
-
.uid : LibC::UidT
Returns the real user ID of the current process.