A few weeks ago I installed a linux mint debian onto a hp computer. As always user and password needed. No problem.
But now the client wants to sell the computer and take off her account and put the user details of the new owner.
Normally I would’do’a’new clean install, saves data transfer and safer. But the client did not want to’pay again.
Easy, add new user and password through the control panel, users.
But to delete the old account I will not let me.
So changed the old admin to user no power
Signed out
Signed in with new account
Control panel and users, old admin account is still there but now a user not administrative
This will not help Paul, but I really feel that sudo overcomplicates things.
My preference is to get rid of sudo altogether and use a persistent root login.
Ubuntu does the opposite… it suppresses root login and promotes sudo… one of the reasons I dont like Ubuntu or its derivatives.
I don’t find this very practical for my daily use. And I really use the admin capability daily. But when I need more than 2 or 3 commands, I prefer using sudo su.
EDIT:
Many years ago, I had a root session in a console. But I often forgot to close it.
It is all a matter of the way one works.
I mostly do need more than one superuser command… so I keep a special small window open for su. Not recommended today, but that is what people used to do back in BSD days.
One of the ways I cope , as an 80 year old with failing memory, is to limit the amount of complicated and unnecessary addons in my Linuxes. I can get by without sudo, so it is not in use.
I read it. To me it indicates that sudo is for large multi-user computers in workplaces. I could not see anything in the article that would help with a simple home computer. It does help with understanding how to configure sudo.