查看当前系统安装的shell
cat /etc/shells
查看当前使用的shell
echo $SHELL
改变shell脚本
chsh -s /bin/zsh
关于shell脚本的一些东西
原文:https://www.cnblogs.com/YiDuoHua/p/10852611.html