How to solve the problem of forgetting the root password in SUSE Linux SUSE (Linux operating system) SUSE (pronounced /ˈsuːsə/) refers to SUSE Linux, a Linux distribution released and maintained by the German company SuSE Linux AG. It is a registered trademark of this company. The first version appeared in early 1994. The company was acquired by Novell in 2004. 1. Restart the machine. After the grub boot interface appears, press F2. Add init=/bin/bash to the option to start Linux. By passing the init=/bin/bash parameter to the kernel, the OS runs bash before running the login program, and a command line appears. 2. Wait for a moment and the (none)#: command line will appear. 3. Enter mount -n / -o remount,rw 4. Enter mount –n /usr 5. Enter cd /usr/bin 6. Enter the passwd command to reset the password. Enter your new password. 7. After the modification is completed, remember to use mount -n / -o remount,ro to set the root file system to its original state. 8. Enter exit to exit the system, restart the system, and log in with the new password Summarize The above is the method of changing the forgotten root password of linux suse11 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Implementation of k8s node rejoining the master cluster
>>: MySQL column to row conversion, method of merging fields (must read)
location / { index index.jsp; proxy_next_upstream...
Click here to return to the 123WORDPRESS.COM HTML ...
This article uses examples to illustrate the prin...
HTML has attempted to move away from presentation...
I was playing with CentOS in a VMware virtual mac...
The Docker publishing method provides many conven...
question In LINUX, periodic tasks are usually han...
Definition and Usage The <input> tag is use...
Table of contents Styles in uni-app Summarize Sty...
In order to provide high availability of the netw...
Table of contents 1. Background 2. Table creation...
Table of contents Overview Implementation Protect...
During the configuration of Jenkins+Tomcat server...
FireFox is a commonly used browser with many exte...
Table of contents Preface Is there any hope after...