Process::UID
module Process::UID
The Process::UID
module contains a collection of module functions which can be used to portably get, set, and switch the current process's real, effective, and saved user IDs.
Public Class Methods
Process::UID.change_privilege(user) → fixnum Show source
Change the current process's real and effective user ID to that specified by user. Returns the new user ID. Not available on all platforms.
[Process.uid, Process.euid] #=> [0, 0]