Process::Sys.setreuid(rid, eid) â nil
Class Public methods
Sets the (user) real and/or effective user IDs of the current process to
rid and eid, respectively. A value of -1
for
either means to leave that ID unchanged. Not available on all platforms.
Please login to continue.