- Boot CD Bootable Linux ( DSL or Knoppix )
- Loading with Command Line ( Text Mode )
- Mount Harddisk that you want to reset root password
(#mount –t ext3 –o rw /dev/hda3 /mnt/hda3)
- Go to /mnt/hda3/etc/
- Type chmode 600 shadow
- vi shadow
- you will see root password as follow:
( Eg - root:$1$aB7mx0Licb$CTbs2RQrfPHkz5Vna0.fnz8H68tB:10852:0:99999:7::: )
- Delete Un-know Character as follow:
( Eg - root::10852:0:99999:7::: )
- Save & Exit
- type chmode 400 shadow
Now, you can enter as root with no password,
Just type user name = root, and password = enter key.
Subscribe to:
Post Comments (Atom)
-
(Ref: http://dsumsky.blogspot.com/2008/08/technical-differences-between-vmware.html) I have spent some time with looking for more details ab...
-
Linux DHCP Configuration with Description # Use this to enble / disable dynamic dns updates globally. ddns-update-style none; ==============...
-
You can use any of the following commands to get uptime of a Windows machine: net statistics workstation OR net statistics server OR net sta...
No comments:
Post a Comment