Linux reset forgotten root password

by nixcraft on May 13, 2006 · 35 comments

Q. I forgot my root password, how can I get into my system?

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

My boot loader is GRUB (see LILO boot loader below)

)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


My 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

See also:

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 35 comments… read them below or add one }

1 shekhar December 14, 2006

thanks for useful trick because many time it happens that you forget password

Reply

2 kishor August 11, 2007

i want password releated information

Reply

3 sajid November 15, 2007

how to reset root password

Reply

4 kekelka December 25, 2007

thxu very much for help

Reply

5 Pin March 13, 2008

Very helpful indeed. Manage to reset now.

Reply

6 Sergey August 10, 2008

It’s useful not only to change pass, but also to change permissions, edit configs, etc.

Reply

7 S. Nilesh August 10, 2008

what is the “sync” required for ? btw, I don’t think we have to do mounting if instead of S we append 1 to the end of kernel line… 1 is INIT single user mode.

Reply

8 Angel Genchev March 18, 2009

sync is used to synchronize Disk with OS buffers, e.t. to write any dirty buffers to the disk.

Reply

9 manoj June 13, 2009

How can i change the root password of another computer from this computer on network

Reply

10 Phuc August 22, 2009

Great help, thanks

Reply

11 George August 29, 2009

I am using Fedora 11 I don’t get the screen with the kernel version come up and I can’t push e to boot to single user mode. What now?

Reply

12 georges November 16, 2011

you’ll need a live cd for that, and the process will be more complex.
try posting a thread in linuxquestions.org

Reply

13 Maniraj Patri October 16, 2009

Will it work for fedora also. Anyway thanks.

Reply

14 Syed Mohammed January 13, 2010

Dear sir,

We are using server with linux o/s but the login and password has been misplaced so could you kindly help us geting our server started.

Your kind favour will be highly appreciated.

Thanks and kind regards.

Syed Mohammed

Reply

15 georges November 16, 2011

did you try what nixcraft suggested, and what was the result?

Reply

16 midhu February 16, 2010

thanku so much

Reply

17 Suryakant February 17, 2010

How to reset password if we forget password in linux?

Reply

18 Ramgopal February 25, 2010

Hi vivek,
Normally in solaris, to reset the password.
boot cdrom -s
mount the root disk
edit the /etc/shadow
null the value
save and sync
umount
reboot.
How to reset the root password in solaris, when the disks are under Veritas.
when it is mirrored under Veritas VM, how do I do? ( consider 2 disks c1t0d0 and c1t1d0). thanks for your time.
-Regards
Ram

Reply

19 Prabhu May 13, 2010

Thanks for sharing the useful tips

Rgds
Vipro Computer Services

Reply

20 AJANRAMAN June 10, 2010

thank you very much……

Reply

21 win August 25, 2010

can’t to reset after booting still view “give root password for maintenance or control d” do you have other solution?

Reply

22 mangesh October 8, 2010

now i am working with linux an i forget the linux server root password so i want solution on that so please help me about that

Reply

23 eman October 26, 2010

thanx it worked

Reply

24 Richard December 6, 2010

Note that :
1. Linux is case-sensitive.
2. “single” is a keyword.

So, you actually need to add ” s” or ” single”.
(lower case, and you need a space before it)

Reply

25 AVIRAL January 25, 2011

sir,
i want to know that if i forget the password of linux. so ho could it possible to work in linux

Reply

26 Anon June 20, 2011

You can likely just change root’s password using the normal way if you have sudo permissions: “sudo passwd root”. Setting root’s password initially is likely needed anyway under certain cases, such as when you need to ssh/sftp in as root during emergencies.

Reply

27 brijesh July 3, 2011

Thanks Its working

Reply

28 govindaraji July 16, 2011

my linux user name & password forget password

Reply

29 Macdonald Rukwata August 12, 2011

thank you so much i managed to change the password

Reply

30 Sunag September 12, 2011

i have the latest natty newhal 11.01 ubuntu that just starts off no grub no loading… but i have stuck up with the root password trying to install the JRE platform…

Reply

31 mazhar October 29, 2011

Thank Q.
its help me a lot.

Reply

32 Sreekanth November 14, 2011

For RHEL-6 do the following in single user mode.

By default SELinux enabled in RHEL-6 and it will not allow you to change the password.
Run the below commands to change the password for root.
#setenforce 0 (check the SELinux changed to Permissive using command “getenforce”)
then go for password reset
#passwd

Reply

33 Eswaramoorthi.D December 8, 2011

Thank you

Reply

34 Baban Gaigole December 8, 2011
35 virus December 27, 2011

HOW TO CHANGE USERNAME ????????????????????

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 13 + 5 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: