linux 下 单用户下无法修改密码
Posted on 3月 23, 2009
Filed Under linux |
进入单用户之后
bash-3.00# passwd root
Changing password for user root
New UNIX password:
Retype new UNIX password:
出现错误
passwd: Authentication token lock busy
bash-3.00#
只要执行
mount -o remount,rw /
接着再passwd就可以了
Leave a Reply