I'm sure anyone who's used *nix will be familar to sudo however here's a description for those windows admins who are in the dark:
http://sudowin.sourceforge.net/sudo (superuser do) is a program that allows users to run programs in the guise of another user (normally in the guise of the system's superuser).
By default and as a security measure, users who invoke sudo must supply their own password before running the target program. sudo authenticates users against their own password rather than that of the target user in order to allow the delegation of specific commands to specific users on specific hosts without sharing passwords among them and while mitigating the risk of any unattended systems. Once authentication has taken place, the system updates a timestamp and the user may then use sudo without a password for a short period of time (five minutes usually).
For stuff like this i've just used the runas command! No software installation needed!
You've missed the point. Sudo allows you to give fine grained admin access to things without disclosing the administrator password.

Looks good Geoff, I can see it's something Window admins have wanted for a long time
Long live sudo![]()
You've gotta laugh.Sudo for Windows will create happier administrators and a more secure environment.![]()
Thanks for that Geoff
There are currently 1 users browsing this thread. (0 members and 1 guests)