Forgotten Password - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Forgotten Password (/showthread.php?tid=5778) |
Forgotten Password - pingball57 - 11-12-2018 Hi Guys, Yup, just tried to install gscan2pdf from command line & ...er I've forgotten my system password. I've rummaged thoroughly in my password book & can't find it anywhere. How scr^*ed am I ? Re: Forgotten Password - DeepThought - 11-12-2018 Do you have a live cd/usb lying about. If so boot your system using it. Then mount the root partition of your normal system and open /etc/passwd as root Code: sudo nano "root-partition"/etc/passwd you should see something like this : Code: root:x:0:0:root:/root:/bin/bash The x denotes an encrypted passwd, so scroll down to your username and delete JUST the x, leave the : (colons) and everything else in the line as is. Then Control-X, Y, and enter to save. Reboot into your normal system and you should be able to log in without a password. Don't forget to set a new passwd for yourself Code: sudo passwd "your-username" Finally, don't forget this password Re: Forgotten Password - Valtam - 11-12-2018 Help Manual > Install > Resetting your Password. Re: Forgotten Password - pingball57 - 11-12-2018 thanks I'll try these tomorrow. It's bed time here. Re: Forgotten Password - pingball57 - 11-13-2018 Thank you both for your assistance. I now have a password. (oh yes and gscan2pdf ) |