Check present shell on Linux
Linux查看当前shell
环境变量
echo $SHELL
env查找
env |grep SHELL
$0
echo $0
ps查看
ps |grep $$
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here