Page 1 of 1

Can't access root

Posted: Thu Jun 25, 2020 5:46 am
by padadof2
I'm trying to help my friend get his pics off his server. He moved, has a new IP address, and doesn't know his root password. I do have an admin login though. What are my options to get his pics? I'm lost and need some help.

Thanks in advance

Re: Can't access root

Posted: Mon Jun 29, 2020 4:10 pm
by bigfoot65
Plug in a USB drive to retrieve them from command line.

Also if you can log into the server via command line, you can change the root password.

Once logged inn do:

Code: Select all

sudo su -
Then do:

Code: Select all

passwd
It’ll prompt you for the new password.