Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Changing user in perl script

by moof1138 (Curate)
on Mar 24, 2006 at 22:56 UTC ( [id://539113]=note: print w/replies, xml ) Need Help??


in reply to Changing user in perl script

I am assuming you are on some kind of UNIX here, I am not sure how Windows handles this side of things.

Agreeing with others, if you can use sudo, this is what I would recommend.

If the script is running as root you can change your UID and or EUID. There are special variables $< and $> that hold them. This is dangerous, so you need to give a lot of thought to security, but I have run into an odd case where I have found this useful.

Replies are listed 'Best First'.
Re^2: Changing user in perl script
by Argel (Prior) on Mar 24, 2006 at 23:47 UTC
    Beginning with Windows 2000 Microsoft started including an su like comamnd called RunAs.exe.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://539113]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-25 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found