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

what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?

1 Answers  


what is samba, what is configuration file, how it will work?

3 Answers   Wipro,


What does exec family return?

1 Answers  


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

5 Answers   IBM,


if root user forget the password how to change it?

4 Answers   Wipro,






what is nis server

13 Answers  


what are the backup utilites on red hat linux 4.0?

4 Answers   Wipro,


1.Diff between Active and passive FTP? 2.What is anacron? 3.Diff between yum update and yum install while doing for kernel? 4.root_squash and no_root_squash does what? 5.What are the commands will you execute to find a new hardware? 6.How will you find out a lun allocated from SAN? 7.What is the main diff in CaT5 and CAT6 cable, except the 1/100 and 1/1000? 8.What is stale NFS and How will you fix it? 9.What is kernel panic error? 10.How will you recover password and shadow file, in case both got deleted. Explain the steps? 11.Explain boot process 12.What is network bonding. Explain the steps? 13.What are the exit codes returned by FSCK? 14.What is LDOM? 15.Diff between block and character device?

2 Answers   Wipro,


Explain process management system calls in linux?

0 Answers  


What is the Diffrent between Redhat linux And suse linux

2 Answers   Wipro,


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


what is the diff b/w MUTEX and semaphore?

12 Answers   Sony, TCS,


Categories