In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to reset the Root password in the Ubuntu system, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
First, you need to boot or restart your Ubuntu system. You need to enter the GRUB menu first. If your system is running on VirtualBox, press SHIFT on the keyboard to bring up the startup menu.
Figure 1
Then, press the e key to edit the GRUB parameter, which will display the following interface:
Figure 2
Scroll down to find the line starting with 'linux / boot/vmlinuz', which is marked in the following figure:
Figure 3
Find a paragraph: "ro quiet splash $vt_handoff"
Figure 4
Replace "ro quiet splash $vt_handoff" with rw init=/bin/bash to set read and write commands to the root file system:
Figure 5
Then, press Ctrl + X or F10 to restart the system, and your system will enter the root shell interface, and you can run the following command to make sure that your root file system has read and write access:
$mount | grep-w /
The rw in the screenshot below confirms read-write access.
Figure 6
To reset the password, execute the following command:
$passwd
Enter a new password and confirm it, and then get a prompt from password updated successfull:
Figure 7
After setting the root password successfully, execute the following command to restart to enter the Ubuntu system:
The above $exec / sbin/init is how to reset the Root password in the Ubuntu system. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.