ubuntu执行shell脚本常见出现报错问题

如果ubuntu执行脚本的时候报错主要只因为ubuntu本身的机制采用dash运行脚本。

 

解决方法:

sudo dpkg-reconfigure dash
选择no,即可用执行sh xx.sh
注意,如果我们是用./执行脚本则不会出现这种问题。

 

 

 

 

Bash脚本报错:“/bin/bash^M: bad interpreter: No such file or directory”

这种问题是因为脚本的格式不对

进入vim 

查看set ff 如果是dos格式。就改成unix

set ff=unix

posted @ 2022-04-22 14:58  不积硅步,无以至千里  阅读(795)  评论(0编辑  收藏  举报