查看当前自己处于什么shell下
参考博客:https://blog.csdn.net/m0_46829545/article/details/128395499
echo $0
ps -p "$$"
echo "$$"
查看所有的shell类型
cat /etc/shells
参考博客:https://blog.csdn.net/m0_46829545/article/details/128395499
echo $0
ps -p "$$"
echo "$$"
查看所有的shell类型
cat /etc/shells