A***o 发帖数: 351 | 1 【 以下文字转载自 Unix 讨论区,原文如下 】
发信人: Atubo (阿土伯), 信区: Unix
标 题: SGI workstation
发信站: Unknown Space - 未名空间 (Thu Oct 30 11:10:50 2003) WWW-POST
There is a SGI O2+ workstation (IRIX6.5) in my lab. No one use it.
I plan to use it, however, the past user left and no one know the passwd.
How can I do?
Thanks | L**********t 发帖数: 9 | 2
There should be original CDs in the lab or in the university IT department. If
you can boot from the CD and try to log on in rescue mode (like RedHat will do
like that), mount the etc, and find the /etc/shadow file which contains 9
fields, each separated by a ":", in the form:
login-id:password:lastchg:min:max:warn:inactive:expire:flag
find root, delete the password between ":"s. You should NOT delete ":" (By
doing this, you can login as root without a passwd), then save the changes and
reboot
【在 A***o 的大作中提到】 : 【 以下文字转载自 Unix 讨论区,原文如下 】 : 发信人: Atubo (阿土伯), 信区: Unix : 标 题: SGI workstation : 发信站: Unknown Space - 未名空间 (Thu Oct 30 11:10:50 2003) WWW-POST : There is a SGI O2+ workstation (IRIX6.5) in my lab. No one use it. : I plan to use it, however, the past user left and no one know the passwd. : How can I do? : Thanks
|
|