I lost a root password and i need to give it, I treid to
change it through single usermode even though i am not get
a password, then what is the other procedure to give a root
password?
Answer Posted / l praveen kumar
Following is the procedure to reset root password if you are
using GRUB as a boot loader:
1. Select the kernel
2. Press the e key to edit the entry
3. Select second line (the line starting with the word
kernel)
4. Press the e key to edit kernel entry so that you can
append single user mode
5. Append the letter S (or word Single) to the end of the
(kernel) line
6. Press ENTER key
7. Now press the b key to boot the Linux kernel into
single user mode
8. At prompt type passwd command to reset password:
You need to mount at least / and other partitions:
# mount -t proc proc /proc
# mount -o remount,rw /
Change the root password, enter:
# passwd
Finally reboot system:
# sync
# reboot
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the command prompt commands?
What is clang llvm?
What is #!/ Bin sh?
Explain the ‘ls’ command in linux
How do I check my cpu cores?
What is the command can be run to remove all the rules in an iptable table?
What is df -i command?
What does r mean linux?
Why makefile is used in linux?
Which command will show you free/used memory? Does free memory exist on linux?
What is the command to see on which port which service is running?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What does chmod 777 do?
How do you create a blank file in linux?
What does history command do in linux?