Microsoft has introduced that it’s including the flexibility to make use of the sudo command within the newest Insider Preview Construct of Home windows 11. Sudo is a command-line command acquainted to Linux customers that means that you can run packages utilizing the elevated safety privileges of one other consumer.
“Sudo for Home windows is a brand new means for customers to run elevated instructions straight from an unelevated console session. It’s an ergonomic and acquainted answer for customers who need to elevate a command with out having to first open a brand new elevated console,” Jordi Adoumie, product supervisor for the Home windows Developer Platform, wrote in a weblog put up.
In accordance with Microsoft, its model is a Home windows-specific implementation, not a fork of the Linux sudo mission. In consequence, sure parts will differ and scripts and documentation written for Linux sudo might not apply to Sudo for Home windows.
Sudo for Home windows could be enabled by visiting the “For Builders” web page below the Home windows Settings and toggling on “Allow Sudo.” There may be additionally a command that can be utilized to show it on straight from an elevated console session: “sudo config –allow <configuration_option>”.
Presently, Sudo For Home windows helps three configuration choices: in a brand new window, enter shut, and inline. The primary possibility opens a brand new elevated console window and runs the command in that window. The second possibility runs the method within the present window, however the brand new course of is spawned with “stdin” closed, that means that the brand new course of can’t settle for new consumer enter. The third possibility most carefully mimics the habits of sudo on different techniques and runs the elevated course of such that it could take enter and route output within the present window.
Microsoft additionally introduced will probably be open-sourcing the Sudo for Home windows mission, and can launch extra data associated to that within the subsequent couple of months.
Extra data is accessible on the mission’s GitHub web page.