TechSpite
TechSpite
Contact
  • Home
  • About Us
  • How To
  • Windows
  • MAC OS
  • iOS

About TechSpite

  • About Us
  • Contact

Explore Topics

  • Conversational AI – Game Changer Talking Tech
  • Top Business Intelligence Tools For Data Analysis
  • How RPA Enhances Customer Service
  • Understanding Autonomous Vehicle Technology

Help & Support

  • Contact

Terms & Privacy

  • Privacy Policy
  • Terms & Conditions
  • Return and Refund Policy
TechSpite

© 2025 TechSpite. All rights reserved.

TOP
  1. Home
  2. /
  3. How To
  4. /
  5. How to Reset Ubuntu Password in 2020 | Easy Method
How To

How to Reset Ubuntu Password in 2020 | Easy Method

Azaz ShaikhAzaz Shaikh
•May 15, 2020•3 MIN READ
How to Reset Ubuntu Password in 2020 | Easy Method
How to Reset Ubuntu Password in 2020 | Easy Method

Ubuntu is a great and free open-source Linux Distribution based on Debian and Ubuntu is officially released on three edition Desktop, Server, and Core. The Ubuntu operating system is very simple and interesting for the users. Most of the people use the Ubuntu operating system for cloud computing and with support for OpenStack. Therefore, it is a popular and powerful operating system ever especially for cloud computing. However, the Ubuntu operating system is released every six months with long term support releases every two years. You can work on any programming language on Ubuntu operating system such as Python, JavaScript, Ruby, C, C++, and so on.

However, if you are the daily user of Ubuntu then you might face several problems. But the main problem they face is forgetting the user password. If you are a daily user of any operating system whether it is ubuntu or Linux then you might probably face the same problem. Therefore, don’t worry about that because you can reset the password of Ubuntu effortlessly. This guide will walk you through How to Reset Forgotten Password of Ubuntu.

You might not used Ubuntu before, but the forgetting password is completely natural. The new users stuck badly when they don’t know how to reset the password. I have pretty good news for you that you don’t need to reinstall the operating system just because of the password. Therefore, if you reinstall the operating system then you will lose the data on your Ubuntu. In this case, to save your valuable time we will guide you with the easiest method ever.

Reset Ubuntu Password from Recovery Mode

For resetting the Ubuntu password then you need to follow the steps below. In Ubuntu operating system you are totally allowed to reset from the recovery mode. Therefore, since we have recovery mode then resetting passwords is not complicated. Let’s jump into the steps.

  • How to Reset Lost Password of Kali Linux

Step 1. First of all, we need to boot into the recovery mode so that you should reset the password.

To boot into the recovery mode of Ubuntu. Switch on your Ubuntu. You need to go to the Grub mode sometimes it appears automatically. If not then hold down the Shift key until you get the recovery mode screen.

Step 2. In the grub menu of Ubuntu, you need to select the first option which is Advanced options for Ubuntu.

Grub Menu of Ubuntu

Step 3. Then, you will see several options in recovery mode but you need to select the Root drop to root shell prompt. Once selected then press the Enter button from the keyboard.

Drop to root prompt shell

After that, you will have the option to enter commands at the bottom. To reset the password you need to enter some commands.

Step 4. Now, you must have the write access to the root partition. You need to use the command below to have write access.

mount -rw -o remount /

Step 5. In this step, once you have to enter the root access. Enter the following command to list all the users available for Ubuntu.

ls /home

Step 6. Depends on this command, choose the username for which you want to reset the password. Now, use the below command to reset the password for the select username.

passwd username

Step 7. It prompts for the new password. You need to enter the password two times.

Enter new UNIX password:
Retype new UNIX password:

Step 8. You have just successfully reset the ubuntu password. To exit the recovery mode type exit.

Final Words

The method was completely on How to Reset Ubuntu Password in 2020 | Easy Method. Whenever you want to reset the password then go through this procedure. I hope I have made everything clear about resetting the Ubuntu password. Therefore, if you faced any kind of problem while resetting the Ubuntu password then don’t hesitate to leave comments in the comment section below.

Tagged

#Reset Password in Ubuntu#Reset Ubuntu Password#Ubuntu Reset Password for user

Share This Article

Recent Articles

Fresh content from our blog

Instagram Marketing: 10 Trends To Follow In 2023
Featured

Instagram Marketing: 10 Trends To Follow In 2023

May 23, 2023
11 Must-Know TikTok Tips for Going Viral!
Featured

11 Must-Know TikTok Tips for Going Viral!

May 17, 2023
17 Epic Facebook Tips And Tricks You Never Knew Existed!
Featured

17 Epic Facebook Tips And Tricks You Never Knew Existed!

May 14, 2023
12 Beginner-Friendly iPhone Photography Tips for Instagram
Featured

12 Beginner-Friendly iPhone Photography Tips for Instagram

May 3, 2023
12 Windows 11 Tips and Tricks To Make Your PC Awesome!
Featured

12 Windows 11 Tips and Tricks To Make Your PC Awesome!

May 1, 2023

Ubuntu is a great and free open-source Linux Distribution based on Debian and Ubuntu is officially released on three edition Desktop, Server, and Core. The Ubuntu operating system is very simple and interesting for the users. Most of the people use the Ubuntu operating system for cloud computing and with support for OpenStack. Therefore, it is a popular and powerful operating system ever especially for cloud computing. However, the Ubuntu operating system is released every six months with long term support releases every two years. You can work on any programming language on Ubuntu operating system such as Python, JavaScript, Ruby, C, C++, and so on.

However, if you are the daily user of Ubuntu then you might face several problems. But the main problem they face is forgetting the user password. If you are a daily user of any operating system whether it is ubuntu or Linux then you might probably face the same problem. Therefore, don’t worry about that because you can reset the password of Ubuntu effortlessly. This guide will walk you through How to Reset Forgotten Password of Ubuntu.

You might not used Ubuntu before, but the forgetting password is completely natural. The new users stuck badly when they don’t know how to reset the password. I have pretty good news for you that you don’t need to reinstall the operating system just because of the password. Therefore, if you reinstall the operating system then you will lose the data on your Ubuntu. In this case, to save your valuable time we will guide you with the easiest method ever.

Reset Ubuntu Password from Recovery Mode

For resetting the Ubuntu password then you need to follow the steps below. In Ubuntu operating system you are totally allowed to reset from the recovery mode. Therefore, since we have recovery mode then resetting passwords is not complicated. Let’s jump into the steps.

  • How to Reset Lost Password of Kali Linux

Step 1. First of all, we need to boot into the recovery mode so that you should reset the password.

To boot into the recovery mode of Ubuntu. Switch on your Ubuntu. You need to go to the Grub mode sometimes it appears automatically. If not then hold down the Shift key until you get the recovery mode screen.

Step 2. In the grub menu of Ubuntu, you need to select the first option which is Advanced options for Ubuntu.

Grub Menu of Ubuntu

Step 3. Then, you will see several options in recovery mode but you need to select the Root drop to root shell prompt. Once selected then press the Enter button from the keyboard.

Drop to root prompt shell

After that, you will have the option to enter commands at the bottom. To reset the password you need to enter some commands.

Step 4. Now, you must have the write access to the root partition. You need to use the command below to have write access.

mount -rw -o remount /

Step 5. In this step, once you have to enter the root access. Enter the following command to list all the users available for Ubuntu.

ls /home

Step 6. Depends on this command, choose the username for which you want to reset the password. Now, use the below command to reset the password for the select username.

passwd username

Step 7. It prompts for the new password. You need to enter the password two times.

Enter new UNIX password:
Retype new UNIX password:

Step 8. You have just successfully reset the ubuntu password. To exit the recovery mode type exit.

Final Words

The method was completely on How to Reset Ubuntu Password in 2020 | Easy Method. Whenever you want to reset the password then go through this procedure. I hope I have made everything clear about resetting the Ubuntu password. Therefore, if you faced any kind of problem while resetting the Ubuntu password then don’t hesitate to leave comments in the comment section below.

Tagged

#Reset Password in Ubuntu#Reset Ubuntu Password#Ubuntu Reset Password for user

Share This Article

Recent Articles

Fresh content from our blog

Instagram Marketing: 10 Trends To Follow In 2023
Featured

Instagram Marketing: 10 Trends To Follow In 2023

May 23, 2023
11 Must-Know TikTok Tips for Going Viral!
Featured

11 Must-Know TikTok Tips for Going Viral!

May 17, 2023
17 Epic Facebook Tips And Tricks You Never Knew Existed!
Featured

17 Epic Facebook Tips And Tricks You Never Knew Existed!

May 14, 2023
12 Beginner-Friendly iPhone Photography Tips for Instagram
Featured

12 Beginner-Friendly iPhone Photography Tips for Instagram

May 3, 2023
12 Windows 11 Tips and Tricks To Make Your PC Awesome!
Featured

12 Windows 11 Tips and Tricks To Make Your PC Awesome!

May 1, 2023

About the Author

Azaz Shaikh

About Azaz Shaikh

Azaz Shaikh is a contributor to this blog, sharing expertise and insights on tech solutions.

You Might Also Like

How to change message background on Android
Android

How to change message background on Android

In the digital age, personalization is key. From customizing your ringtones to wallpapers that grace your screens, we love making our devices uniquely ours. One such personal touch that often gets overlooked is the background of text messages on Android. Gone are the days when users were confined to the standard, monotonous backgrounds that came

Sep 28, 2023
The Ultimate Guide to Casting Oculus Quest 2 to Firestick: Unlock a Whole New Dimension of VR
Entertainment

The Ultimate Guide to Casting Oculus Quest 2 to Firestick: Unlock a Whole New Dimension of VR

Virtual reality has become incredibly popular captivating users with its thrilling and immersive experiences that are truly unprecedented. There are two known devices that allow people to enter this world; the Oculus Quest 2 and the Amazon Firestick. In this guide, we will delve into the steps involved in casting your Oculus Quest 2 to

Sep 21, 2023
10 Best LinkedIn Tips To Boost Career Opportunities
Featured

10 Best LinkedIn Tips To Boost Career Opportunities

With over 700 million professionals on its platform, LinkedIn has become a powerhouse for networking, job hunting, and professional growth. This ultimate guide will help you explore the top 10 LinkedIn tips that can significantly boost your career opportunities in every possible way.  Did you know that LinkedIn has witnessed a staggering 55 million companies

May 19, 2023

Comments

Leave a Comment

Share your thoughts and join the conversation

Your email address will not be published. All fields marked with * are required.