@[email protected] to linuxmemesEnglish • 1 year agoSudo is coming to windowsprogramming.devimagemessage-square136fedilinkarrow-up11.11Karrow-down117file-textcross-posted to: [email protected]
arrow-up11.09Karrow-down1imageSudo is coming to windowsprogramming.dev@[email protected] to linuxmemesEnglish • 1 year agomessage-square136fedilinkfile-textcross-posted to: [email protected]
Source: https://blogs.windows.com/windows-insider/2024/02/08/announcing-windows-11-insider-preview-build-26052-canary-and-dev-channels/
minus-square@sysadmin420link2•1 year agocd c:\folder ls Command not found Every Fn Time , now they add sudo?
minus-square@[email protected]linkfedilink2•1 year agoDitch CMD and use PowerShell like a civilised person. ls is a valid built-in alias to Get-ChildItem. cd itself is an alias to Set-Location.
minus-square@sysadmin420link1•1 year agoI just run Linux directly and skip windows for almost everything.
cd c:\folder
ls Command not found
Every Fn Time , now they add sudo?
Ditch CMD and use PowerShell like a civilised person. ls is a valid built-in alias to Get-ChildItem. cd itself is an alias to Set-Location.
I just run Linux directly and skip windows for almost everything.