對於Redhat7系統,若是把root用戶密碼忘了的話,須要從新設置root密碼,其步驟以下: 一、系統啓動時,按e進入命令行界面 二、在linux16行後加init=/bin/sh,去掉rhgb和quiet參數 三、mount -o remount,rw / 四、經過passwd修改root用戶密碼 五、touch /.autorelabel 六、exec /sbin/init linux