Can you execute a block of Ruby code as a different OS user?
What I, ideally, want is something like this:
user("christoffer") do
# do something
end
Possible?
|
Can you execute a block of Ruby code as a different OS user? What I, ideally, want is something like this:
Possible? |
|||||
|
|
This code can do what you want. Error handling is up to you. ;-)
Note, however, that it will require that you run Ruby as |
|||
|
|