VMware虚拟机Linux重置root密码

时间:2025-03-24 19:52:26

第三步:
以可写方式挂载硬盘中的根目录,并重设 root 密码:
switch_root:/# mount -o remount,rw /sysroot
switch_root:/# chroot /sysroot/

sh-4.2# passwd
###################
sh-4.2# touch /.autorelabel (重新定义SELinux)
sh-4.2# exit
sh-4.2# reboot

#仅用于个人学习