码迷,mamicode.com
首页 > 其他好文 > 详细

关于sh,bash和dash

时间:2017-08-05 00:12:22      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:shell脚本   shel   pkg   解释器   bsp   bash   shell   figure   deb   

1 debian下shell脚本的执行过程

当sh xxx.sh,或则./xxx.sh时,默认是sh解释器来执行这个shell脚本的,但是sh是到bash的软连接,所以本质上还是bash来解析这shell脚本。

2 debian下使用bash而不是用dash

debian下默认是dash,需要sudo  dpkg-reconfigure dash,来切换到bash。

 

关于sh,bash和dash

标签:shell脚本   shel   pkg   解释器   bsp   bash   shell   figure   deb   

原文地址:http://www.cnblogs.com/hustdc/p/7287331.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!