破解 RHEL7.3 的 root 密碼

夢共裡醉發表於2020-06-07
本文件介紹破解 RHEL7.3 的 root 密碼的高效方法,其實這也叫做重置密碼。
實戰

開機,按任意鍵停住啟動介面,然後選擇對應的核心,按 e 進行編輯

破解 RHEL7.3 的 root 密碼破解 RHEL7.3 的 root 密碼

找到 16這一行,在最後輸入 rd.break

破解 RHEL7.3 的 root 密碼破解 RHEL7.3 的 root 密碼

按 Ctrl-x 啟動,然後按照以下操作破解 root 密碼

mount -o remount,rw /sysroot
chroot /sysroot
passwd
touch /.autorelabel
exit
reboot

破解 RHEL7.3 的 root 密碼破解 RHEL7.3 的 root 密碼

總結

以上就是破解 RHEL7.3 的 root 密碼的詳細過程,這些操作望各位謹慎操作。


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31524109/viewspace-2696706/,如需轉載,請註明出處,否則將追究法律責任。

相關文章