发布时间:January 5, 2013 // 分类:Linux基础 // No Comments
Centos下进入单用户模式修改root密码,添加GRUB引导参数:
single
Debian直接引导进入Bash环境,添加GRUB引导参数:
init=/bin/bash
进入Bash后挂载系统为读写并修改root密码:
mount -no remount,rw / passwd
标签:centos, bash, grub, debian, centos忘记root密码, debian忘记root密码