How to reset root password in Linux server #linux #rhce #rhcsa command:#mount -o remount,rw /sysroot#chroot /sysroot #passwd#touch /.autorelabel#exit#exitthen login using new password.
コメント