I really need help my cousin changed root password of Ubuntu based compute please note that it was done months ago and I didn't face any problem at that time.. But now that I'm trying to run applications and use terminal i don't know the password and my cousin forgot it too... I have to add some features to my computer which is why unlocking administrator is necessary.. Can someone help with changing password or resetting computer to it's initial state... I have tried my best but most of the time the program asks for the primary password which has been forgotten.
Asked
Active
Viewed 83 times
sudo
password is their own password & not the root password. What you describe shouldn't impact a Ubuntu system, use your normal account and usesudo passwd root
to change the root password to something you know. What exactly do you mean by "Ubuntu based" as specific details are needed for us to understand your situation; what you describe shouldn't stop a Ubuntu Desktop or Ubuntu Server user. – guiverc Jan 27 '24 at 07:29su
and start usingsudo -i
. – Daniel T Jan 27 '24 at 07:50