How to reset root password via command Redhat 5.2
Answers were Sorted based on User's Feedback
Answer / support
You can reset the password from your shell
root@[~]passwd
| Is This Answer Correct ? | 43 Yes | 11 No |
Answer / abhay kumar
if u don't know root password then during system startup and
choose kernel mode you press e then again u press e then
press spacebar and press there 1 then press Enter and after
thar press b for boot after booting system is going in
singel user mode then apply command ther
sh 3.2> # passwd root
type your password
again type your password
.......... ):
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / anantharaman
you can reset the password by loggin into the single user mode.
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / gopi
let see,
root#passwd <user name>
ex:
root#passwd root
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / sunil bhatt
You can reset the password from your shell
root@[~]passwd
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / mohanraj
If You don't know your root passowrd Go to single user mode
and type
# passwd <enter>
Now You wil set new password.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / vikas punia
#passwd <user Name> (For a User )
And (For Root)
can do
#passwd
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / abhay kumar
if you want to change your root password then :
~]#passwd
give password
againg give new password
..........
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ratheesh ramanan
first we have to login as root to edit root password, also
we must know the current password, then use the command passwd.
If we don't know the current root password,then go to
single usermod and type passwd to change the password.
| Is This Answer Correct ? | 2 Yes | 0 No |
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What command you execute to display the last five commands you have entered?
How do I find my hostname in linux?
Explain Backup Managment commands in Linux.
What is the command can be used to check for file corruption?
How can we increase disk read performance in single command in Linux?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
What are some popular Linux distributions?
What is the command to check wwn # in linux?
What is the difference between cd and cd in linux?
What is the difference between clang and llvm?
What the command used for search file or files for specific text?