Linux-password-reset-root: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 8: Line 8:
Wait and confirm that you get all authentication tokens updated successfully
Wait and confirm that you get all authentication tokens updated successfully
</pre>
</pre>
[[Category:RHEL]]

Latest revision as of 19:24, 17 May 2023

Really interesting way to reset a forgotten root password on Rocky. The assumption is that this will also work for other RHEL releases, although it has not been tested at all.. The link is from reset for root user

chroot /sysroot
passwd root

Wait and confirm that you get all authentication tokens updated successfully