Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
1いいね 66回再生

How to reset root password in Linux server

How to reset root password in Linux server #linux #rhce #rhcsa
command:
#mount -o remount,rw /sysroot
#chroot /sysroot
#passwd

#touch /.autorelabel
#exit
#exit
then login using new password.

コメント