Change Password

Boot to single user mode, then you can change root's password.
 
As root, type [cmd=]passwd[/cmd]. And you really should start with reading the Handbook. See also this site for German documentation.
 
Can you log in to begin with? Is that possible? Or can't you even log in?
 
I can login.

I only want to change it because a old friend want to hack my root. so i want change it all two days
 
Then log in first, then go to the root user with su. At the prompt, type [cmd=]passwd[/cmd] type the new password, type it again, and you have a new password for the root user.

Code:
[user@box:~] $ su -
Password: **************
[root@box:~] # passwd
Changing local password for root
New Password: **************
Retype New Password: **************
[root@box:~] #

That should be enough. Please don't ask me to make a video .. ;)
 
Back
Top