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...


if root user forget the password how to change it?

Answers were Sorted based on User's Feedback



if root user forget the password how to change it?..

Answer / ajit mohan b

You can reset forgotten root password under Linux by booting
system into single user mode or emergency mode (also known
as rescue mode).

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

Boot loader is LILO:

At LILO boot loader type linux single and press [ENTER] key:
Boot: linux single

When you get the # prompt you will need to type passwd root
to reset password:
# passwd

Reboot system:
# sync
# reboot

Is This Answer Correct ?    11 Yes 2 No

if root user forget the password how to change it?..

Answer / mrigendra singh

firstly reboot the system then when so grub loader screen
then select linux option by pressing up and down aero key.
then press e for edit,this line display three linse select
kernel option line i.e.
kernel /vmlinuz-2.6---------
then press once again (e),it will display grub edit promt
i.e grub edit>kernel/vmlinuz -------
at last above line give one space and then write 1 then
press enter and then press (b) to boot the os. Then
It will display single user shell prompt i.e
sh-3.2#passwd(written)
then provide new password.
then reboot

Is This Answer Correct ?    6 Yes 0 No

if root user forget the password how to change it?..

Answer / ajit mohan b

You can reset forgotten root password under Linux by booting
system into single user mode or emergency mode (also known
as rescue mode).

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

Boot loader is LILO:

At LILO boot loader type linux single and press [ENTER] key:
Boot: linux single

When you get the # prompt you will need to type passwd root
to reset password:
# passwd

Reboot system:
# sync
# reboot

Is This Answer Correct ?    7 Yes 2 No

if root user forget the password how to change it?..

Answer / rajesh kumar pandey

first go to single user mode and type passwd root on command
promt

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Linux System Calls Interview Questions

if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?

4 Answers   NetApp,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


what is sudo on linux?

3 Answers   IBM,


what is cups and how to configure?

7 Answers   IBM,


What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?

3 Answers   NetApp,


linux file defaults permition

8 Answers  


What is the use of proc structure?

2 Answers   NetApp,


what is the diff b/w MUTEX and semaphore?

12 Answers   Sony, TCS,


What are system calls used for process management in linux?

0 Answers  


what kind of information the linux driver modules (.ko ) files has ?

2 Answers   NetApp,


what are different ways the context switch happens from user to kernel space or vice-versa ?

0 Answers   Alcatel,


how to configure http server on red hat linux4.0?

5 Answers   IBM,


Categories