this post was submitted on 21 Feb 2024
466 points (96.4% liked)
linuxmemes
20880 readers
9 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's basically
runas
, but then it pops up the UAC prompt and you have to give admin credentials ๐...runas
is much easier, you give the creds in a command line, no windows poping up, nothing, it just works.It is a bit like
pkexec
which also brings up a graphical password prompt.Exactly... which is NOT sudo.
That's an odd choice... If it was possible all along to just ask for a a password on the command line, why make it popup a UAC prompt? These are developers using it after all.
Devs can and have used
runas
in the past, that's nothing new, and it does the job quite well. This new thing is just a fad if you ask me, "every OS on the planet has it and Linux is kinda getting traction, plus we're on team FOSS now and all that, so why not make our own version of sudo, but actually make it more complicated to use thanrunas
๐" ๐... I mean, they always do shit like this, take some good idea and turn it into crap, but everyone buys into the idea. Why? Cuz they're MS ๐.I mean yeah, but also passwordless auth is a good thing. Since it hooks into UAC it hooks into windows hello which can be biometric.
You can do that in Linux too, that's nothing new, been around for at least 10 years or so.