> Linux命令 >

查看shell

查看当前使用的shell :  echo $0
bash
 
查看当前用户(默认)使用的shell: echo $SHELL
/bin/csh
 
FreeBSD用户默认的SHELL是:csh
(责任编辑:IT)