查看用戶當前shell echo $0shell
查看系統有的shell cat /etc/shellsbash
修改shell爲bash系統
chsh -s /bin/bash
修改後要從新進入用戶才生效。