查看shell: (1)#echo $0 (适用:sh/ksh) (2)#echo $SHELL(用户默认的Shell,但不实时反映当前shell) (3)#ps |grep $$|awk ‘{print $4}’