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


Please Help Members By Posting Answers For Below Questions

How do I clear bash history in linux?

533


How do I change directories in linux command line?

477


What does mkdir mean in linux?

609


How does case sensitivity affect the way you use commands?

662


What is clang space engineers?

550






What is the use of ls command?

493


why is the tar command used?

548


Brief about the command nn?

605


Enlist some linux to file content commands?

570


Why we use pwd command in linux?

548


What is command grouping and how does it work?

651


Explain any one service which are working on udp only?

523


What are the 4 kinds of sentences with examples?

585


How do you insert comments in the command line prompt?

763


What are the commands used in command prompt?

536