setreuid

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.

doc_ruby_on_rails
2015-04-28 19:20:16
Comments
Leave a Comment

Please login to continue.