Windows 11 now has sudo, and it’s safer

Windows 11 now has sudo, and it’s safer

Windows 11 now has sudo, and it’s safer

https://www.howtogeek.com/windows-stole-linux-feature-and-you-should-use-it/

Publish Date: 2026-04-05 13:30:00

Source Domain: www.howtogeek.com

If you’ve ever accidentally entered the wrong command in Command Prompt or PowerShell you aren’t alone—everyone does it eventually. Fortunately, one of Linux’s best safeguards is now available for the Windows Terminal.

Sudo is a vital part of Linux’s safety net

What is sudo?

Credit: Lucas Gouveia / Jason Fitzpatrick / How-To Geek

Sudo, which is short for superuser do, or substitute user do, is a feature typically found on Linux systems like Ubuntu or Fedora.

Sudo allows you to run a single command with administrative privileges without actually needing to log in to the root (administrator) account.

linux laptop

Related

What Is “root” on Linux?

The Linux root user can do whatever they choose, period. And that’s a huge double-edged sword.



Source