Thread: Linux Password
View Single Post
Old 30-09-2005, 01:59 PM   #3
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Default

WOW you forgot your root password


if you have a live CD use that then open a terminal (ctrl + alt + F1)
mount your Linux partition (such as mount /dev/hda1 /mnt)

then chroot /mnt

then use passwd to change the root password.

or if your using ubuntu

sudo passwd
or sudo paswd root
chickenman is offline                         Send a private message to chickenman
Reply With Quote