sudo password for users, not root
by Oldy from LinuxQuestions.org on (#55PEC)
I want change the root, but I still have the users (oldie). Example:
Code:oldie@ubuntu:~$ sudo find / -name 'sudoers'
[sudo] password for oldie:or
Code:oldie@ubuntu:~$ sudo apt update
[sudo] password for oldie:Can I change back to the root again, i.e. [sudo] password for root?
I have su. I had root and oldie before, but now it was broken. I don't know whats before, but I am relative newbie. Code:oldie is not in the sudoers file. This incident will be reported. so I modified oldie ALL=(ALL) ALL in /etc/sudoers
I can not remove and add again users:
Code:sudo killall -u oldie
sudo deluser --remove-home -f oldie
sudo adduser oldieUbuntu 20
Can you help me?


Code:oldie@ubuntu:~$ sudo find / -name 'sudoers'
[sudo] password for oldie:or
Code:oldie@ubuntu:~$ sudo apt update
[sudo] password for oldie:Can I change back to the root again, i.e. [sudo] password for root?
I have su. I had root and oldie before, but now it was broken. I don't know whats before, but I am relative newbie. Code:oldie is not in the sudoers file. This incident will be reported. so I modified oldie ALL=(ALL) ALL in /etc/sudoers
I can not remove and add again users:
Code:sudo killall -u oldie
sudo deluser --remove-home -f oldie
sudo adduser oldieUbuntu 20
Can you help me?