Re: Ruby BuiltIn functions euid
Process.euid -> aFixnum
Returns the effective user id for this process.
process.euid » 501 euid=
Process.euid= aFixnum
Sets the effective user id for this process. Not available on all platforms.
exit!
Process.exit!( aFixnum=-1 )
Exits the process immediately. No exit handlers are run. aFixnum is returned to the underlying system as the exit status.
Process.exit!(0)
__________________ Shaalini.S Be the Best of Whatever you are... |