Created
June 21, 2017 20:05
-
-
Save dospuntocero/ee8915fc9a7eb5fae870845f794d14ca to your computer and use it in GitHub Desktop.
recover lubuntu passwd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then you want to type | |
mount -o rw,remount / | |
then for the purposes of lost username type | |
ls /home | |
be aware that is a lower case L then s its not an i, this will then give you the username associated with the admin account. Now to reset the password. | |
Type | |
passwd Ar50N (replace Ar50N with your own user name or the username given) | |
Once you have done this it will prompt you enter new UNIX password: | |
Put in your desired password then it will ask you to confirm it. once you have entered it again it will read : passwd: password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment