Frank, > the default user is jack, and the password is jack too. > I want to let the root to login, just by reseting a password to root and > re-login as root, but I failed. What should I do to let the root login ? >
Firstly, be very careful about using "OpenSolaris 10 200906" - there is no "10" anywhere near this ;-) This question has been covered on numerous occasions. In OpenSolaris, root is a role, and by default cannot be logged into directly. Log in as jack, and then su to root or use pfexec to perform privileged operations. If you absolutely insist that you must log in as root, after su'ing to root of pfexec'ing, enter the command "rolemod -K type=normal root" and you will be able to log in directly. This amends the contents of the file /etc/user_attr. I usually keep a safe copy of this file. Regards... Sean.