41
Microsoft: Introducing Sudo for Windows!
(devblogs.microsoft.com)
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
So please forgive me if this is a rather naive question. I haven't seriously used Windows in nearly 15 years.
I seem to recall runas being a lot like su, in that you enter the target user's credentials, rather than your own as in sudo. This works because sudo is a setuid executable, and reads from configuration to find out what you're allowed to do as the switched user.
Is the behavior of windows sudo like unix su or unix sudo with regard to the credentials you enter? Can you limit the user to only certain commands?
It brings up a UAC prompt, so any admin's credentials ig
So it's su then, not sudo.