Article Title: Set the Linux Startup Password. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
1. First, go to the Linux system, then go to the shell, and enter # vi/etc/grub. conf in the prompt to go To the vi text editor. Find it in command mode
Title RedHat Enterprise Linux As (2.69-11.eL) switch to input mode by small o (indicating that a new line is added to the next line of the row where the cursor is located
Passwd = 123456 (write this text to set the Linux Startup Password to 123456
Root (hd0.7)
2. If you are using a dual system, you will see
Title windows
Passwd = 123456 (write this text to set the XP Startup Password to 123456
Root noverify (hd0.0)
Press Esc to return to the command mode, and press shift +: Enter wq in the last line mode to save and exit. Haha, now it's easy. Restart it and you will be able to see the effect.