Forgot Admin Password on Linux Mint 17.3? Here's How to Change It
Forgetting your admin password on Linux Mint 17.3 can be frustrating, but fortunately, there are steps you can take to reset it and regain access to your system. Here's a detailed guide on how to change the admin password:
- Reboot your Linux Mint 17.3 system.
- When the Grub bootloader appears, select 'Advanced options for Linux Mint' and then select the recovery mode option.
- In the recovery menu, select 'root - Drop to root shell prompt'.
- Once in the root shell, remount the filesystem as read/write by entering the command:
mount -o rw,remount /
- Next, reset the password for the admin user by typing:
passwd username
(replace 'username' with the actual username). - Enter and confirm the new password when prompted.
- After changing the password successfully, reboot your system by entering:
reboot
- You can now log in to your Linux Mint 17.3 system using the new admin password.
Remember to keep your passwords written down securely or use a reputable password manager to avoid similar issues in the future.
What is the password problem?
The password problem refers to the challenges and vulnerabilities associated with creating, managing, and securing passwords, which often leads to weak or reused passwords and increased security risks.
Generate strong passwords tool
Online web, mobile resources for generating strong passwords...
Did you find this page useful?