On 2022-11-08 17:51, Michael Ströder wrote:
On 11/8/22 14:04, Carlos E. R. wrote:
On 2022-11-08 12:49, Michael Ströder wrote:
On 11/8/22 11:30, Mathias Homann wrote:
Am Dienstag, 8. November 2022, 11:10:29 CET schrieb Ludwig Nussel:
Maybe we have to consider two distinct use-cases:
1. An admin maintaining stuff on a server without knowing the password of 'root' or other similar privileged user. By default grant group 'wheel' the right to do this.
2. An desktop user invoking a setup component which requires more privileges. AFAICS using su with root password for this use-case would be sufficient.
However, when you google for the way to do something, the answer always include sudo this, sudo that.
Just referring to Google foo is not a decent requirements engineering.
Whatever solution openSUSE comes up with the above use-cases have to considered more thoroughly.
I'm not referring to Google foo. You misunderstood me. I say that when people google the solution to do _anything_ in Linux and uses google (even help people will tell people now and then to google before asking), they will be told to use sudo. For example, google "howo to mount external disk" the first answer is: <https://www.tomshardware.com/how-to/mount-drives-linux> which says: sudo mkdir /media/pendrive sudo mount /dev/sdb1 /media/pendrive sudo umount /media/pendrive sudo mkdir /media/iso sudo mount -o loop Downloads/fossapup64-9.5.iso /media/iso etc. The same will happen for any question you ask. People will use sudo instead of su with openSUSE because google tells people to use sudo, not su. That's a fact and we can not change it. Even if sudo is not the openSUSE way of doing things. So people need sudo to work, proven by the many people having problems this weekend. -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)