Skip to content

Instantly share code, notes, and snippets.

@dospuntocero
Created June 21, 2017 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dospuntocero/ee8915fc9a7eb5fae870845f794d14ca to your computer and use it in GitHub Desktop.
Save dospuntocero/ee8915fc9a7eb5fae870845f794d14ca to your computer and use it in GitHub Desktop.
recover lubuntu passwd
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