Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the difference between rmdir and rm r?

1104


How do you insert comments in the command line prompt?

1138


What is unix finger command?

953


What is clang llvm?

974


How do I check command history?

1007


What does grep command do?

989


Does linux cp command overwrite?

1078


What is makefile target?

962


What does the ps command do in linux?

973


How do you do nslookup?

966


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.

1343


What does bash stand for?

1007


What is Syntax of any Linux command?

1132


How do I change directories in linux command line?

915


Enlist some linux to file content commands?

1011