User Tools

Site Tools


resetuserpassword

This is an old revision of the document!


Resetting forgotten user passwords under Linux

Using a Live system

  1. Boot the Live system and open a prompt.
  2. If not already mounted, mount the file system in question.
    sudo mkdir /mnt/sda3
    sudo mount /dev/sda3 /mnt/sda3
  3. Chroot into the system.
    sudo chroot /mnt/sda3
  4. Change the password.
    passwd unluckyusername
resetuserpassword.1724154321.txt.gz · Last modified: by wolfo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki