setresuid

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.

doc_ruby_on_rails
2015-04-28 19:14:43
Comments
Leave a Comment

Please login to continue.