ubuntu终端执行shell脚本报command not found解决方法

Posted 易墨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu终端执行shell脚本报command not found解决方法相关的知识,希望对你有一定的参考价值。

使用sudo执行脚本报错:sudo: myshell.sh: command not found
原因:发生这种情况的原因是因为您正在尝试执行的脚本需要正确的权限
解决:执行sudo chmod a+x myshell.sh,然后在次执行脚本sudo myshell.sh

来源:https://stackoverflow.com/questions/14803062/sudo-install-sh-command-not-found-is-not-working-on-lion

以上是关于ubuntu终端执行shell脚本报command not found解决方法的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 下执行shell脚本的问题

运行shell脚本报错```$'\r':command not found```

shell脚本运行报错$' ': command not found

ubuntu脚本执行报错的检查思路

shell脚本执行错误 $' ':command not found

source command not found in sh shell解决办法