码迷,mamicode.com
首页 > 其他好文 > 详细

How to reset password for unknow root

时间:2015-07-02 15:33:45      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:

1. Click "e" when entering the grub

2. Add option " init=/bin/sh" to linux line. (/bin/sh can not be replace by /bin/bash , /bin/bash do not have passwd command)

3.Mount path (mount -o remount, rw /)

4.Change permission of passwd (chmod -v 4711 /usr/bin/passwd)

5.passwd root to change password

6.reboot target

 

How to reset password for unknow root

标签:

原文地址:http://www.cnblogs.com/root-wang/p/4616098.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!