Something like this.zoli62 wrote: Mon May 13, 2024 12:49 pm What was the reason that sudo became the default for performing administrative tasks?
Some consideration where made about whether two passwords
for the user and root are really needed.
And it was considerd have this optional.
* to allow not the give root a password at all, during the installation.
* to have this option to set a root-password not enabled by default.
So in order to prefer user-password instead was made the default,
but user can still enabled the two-password setup and have root's
password the default authentication method for polkit-(GUI)-authentication.
sudo (CLI)-authentication would not be affected and would require user-password,
and user may need to remember both root and user-password.