Linux Mint forgot password - this helps
Unlike other Linux systems, Linux Mint gives you the option to set a new password even if you have forgotten your current password. To do this, simply start your PC in recovery mode. We will show you which steps are necessary for this.
How to set a new password on Linux Mint
If you do not remember which password you have set for your Linux Mint computer, you have the option to reset it. To do this, first start your computer and meanwhile press the "Shift" key to open the recovery mode.- Navigate there to the "root" option and select it by clicking "Enter". Then enter the command "mount -o remount,rw /" and confirm your entry again with the "Enter" key.
- Now to make a password change, use the command "passwd NAME" and replace "NAME" thereby by your Linux Mint user name.
- Then enter your new password twice and confirm each time with the Enter key.
- To save the changes you have made, first enter the commands "sync" and "mount -o remount,ro /" and exit recovery mode by entering "exit".