Debian 忘记密码
启动项时按 e 编辑启动项;
在 linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=d7.. quiet 行后增加 init=/bin/bash
然后重启。
进入 shell 后需要修改权限才有权限改密码;
-w 等于 -o rw.-o rw 用可读写模式挂上。-o sync 在同步模式下执行。 -o remount 将一个已经挂下的档案系统重新用不同的方式挂上。例如原先是唯读的系统,现在用可读写的模式重新挂上。
mount -no remount,rw / passwd root newpassword mount -no remount,ro /