使用命令 chsh -l 看一下,当前系统下有什么shell
lab229gsm28:/home/peterqi\> chsh -l
/bin/sh
/bin/bash
/sbin/nologin
/bin/ash
/bin/bsh
/bin/ksh
/usr/bin/ksh
/usr/bin/pdksh
/bin/tcsh
/bin/csh
然后调用执行chsh
输入登录密码
输入 /bin/bash 回车就OK了
****************************************************************************************、
我的这个地方有个问题
The standard passwd(1), chfn(1) and chsh(1) cannot be used under Linux to change the users NIS password, shell and GECOS information, because they only modify the password file on the local host.
我这里使用的是NIS账户,所以需要使用ypchsh 这个命令。
阅读(5564) | 评论(0) | 转发(1) |