this post was submitted on 08 Feb 2024
1098 points (98.5% liked)
linuxmemes
20880 readers
3 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
We already had this function, they just made sudo into an alias of:
No, that required the local admin account to have a password, which is usually unset (and the account is also locked). This uses the UAC system instead.
runas
will run as whatever account you specify, so you can absolutely use it to run something as a domain admin accountI think they meant you could use any account that is an admin with runas to elevate.
then, use gsudo. it uses uac and even has convinience features from linux sudo like maintaing an open session for passwordless elevation for a couple of minutes after the password is entered.