重置CentOS 7 root密碼的方式和Centos 6完全不同。讓我來展示一下到底如何操作。1 - 在啟動grub菜單,選擇編輯選項啟動
2 - 按鍵盤e鍵,來進入編輯界面
3 - 找到Linux 16的那一行,將ro改為rw init=/sysroot/bin/
4 - 現在按下 Control+x ,使用單用戶模式啟動
5 - 現在,可以使用下面的命令訪問系統chroot /sysroot6 - 重置密碼passwd root7 - 更新系統信息touch /.autorelabel8 - 退出chrootexit9 - 重啟你的系統reboot原文鏈接:http://www.linuxidc.com/Linux/2014-10/107689.htm