重置opensolaris的root密码

新建一个用户,并用passwd给它设置密码,密码为空;
pfexec useradd test
pfexec passwd test
pfexec cat /etc/shadow | grep test
然后将第二列的内容copy到root的相应位置;(/etc/shadow是readonly的,所以wq是不行的,试试x!吧)
ok,使用su试一试,是不是密码为空了;

如果root还是不能登陆,试一试rolemod -K type=normal root

具体原因可参见:
http://wikis.sun.com/display/OpenSolarisInfo/Changing+root+User+Behavior

如果没有权限的话,那只要从CDROM启动。将rpool mount到本地,然后在修改/etc/shadow文件,就好了

具体的可参见: http://www.deadnode.org/articles/2010/04/08/reset-opensolaris-root-
password/

注意其中的 zfs set mountpoint=/export/tmp rpool/ ROOT /opensolaris是 重点哟!

如果还是觉得重置root密码很麻烦,那么使用pfexec bash, your done,你是root了。