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