28 November 2018 / centos Centos7重置root密码 1.启动Centos7系统,出现下面画面时按“e”键。 2. 在下图位置添加“rw single init=/bin/bash”,然后安“Ctrl+X”引导系统。 3. 挂载根分区 bash-4.2# mount -o remount, rw / 4. 键入“passwd”即可重置密码。 5. 运行命令“exec /sbin/init”来正常启动系统,需要输入修改后的root密码