The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: UNIX VS. Linux
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-29-2002
shauche shauche is offline
Registered User
 

Join Date: Jan 2002
Location: Mumbai
Posts: 20
recovering superuser account

try booting you machine is single user mode
Then edit the /etc/passwd file to remove the password entry of root ( make it null )
then the password shall be reset to just an enter key
then reset the password to what u want.
Another way of doing it is to boot from the CD,
mount the file system that has your root under /mnt directory and then edit the password file.

hope it helps.
what unix are u using ?

Milind.