我是一个老派的Unix家伙,所以我的Linux技能可能稍微过时了。但这看起来应该很简单。
在我没有root的Red Hat Linux系统上(由公司IT部门管理),我希望能够更改我的登录shell。运行chsh给了我:
$ chsh -s /bin/bash
chsh: can only change local entries; use ypchsh instead.
所以,我改为运行ypchsh:
$ ypchsh userid
ypchsh: can't find the master ypserver: Internal NIS error
是什么赋予了?有没有其他想法?