Article Title: retrieve the root password of a Linux Super User. 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.
The author installed the RedhatLinux7.2 operating system on the machine and installed the KDE and GNOME desktops. Because only the superuser root was set during installation, the superuser permissions were too high, it is only applicable to system maintenance and software installation. Common users should be used for logon. Therefore, you need to create a common user. This is also simple. Open "menu> system> account manager" and add a user! This is troublesome: log out and use root to log on. Enter the password! The password is incorrect and cannot enter the system. I know that the user password in Redhat7.2 is saved in/etc/shadow. We should find a breakthrough here.
1. Insert the system installation disc, restart the machine, and quickly press the Del key during startup to enter the CMOS, and change the startup sequence to the disc to start first. In this way, the Linux installation program is started, and press F5, press Linuxrescue and press enter to enter the rescue mode. Next, select the language and keyboard and press enter directly. The program prompts that the Linux system on the hard disk has been installed under/mnt/sysimage, then the superuser prompt #.
2. Go to the etc directory on the hard disk: cd/mnt/sysimage/etc. Do the backup first to prevent unexpected events:
Cpshadowshadow. old: Modify the attributes of the shadow file to writeable: chmod + wshadow and then use vi to find the row containing the root user information: root :...... :, The first two colons are the encrypted password, delete it (the colon cannot be deleted), and save the disk to exit. In this way, the root password is blank.
If you do not use vi, you can use the following method: Find a DOS disk and insert it into the floppy drive. Copy the Shadow to the DOS disk: mcopyshadowa:/And then modify it with the notepad in the attachment in Windows, note that you must select all files (*.. Last copied back:
Mcopya:/shadowmnt/sysimage/etc
3. Change the Shadow attribute to read-only: chmod-wshadow. Then, enter Exit to Exit and retrieve the disc.
4. To ensure security, add the password to the root user in the terminal window after restart.