使用sudo执行脚本报错:sudo: myshell.sh: command not found
原因:发生这种情况的原因是因为您正在尝试执行的脚本需要正确的权限
解决:执行sudo chmod a+x myshell.sh
,然后在次执行脚本sudo myshell.sh
ubuntu终端执行shell脚本报command not found解决方法
Posted 易墨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu终端执行shell脚本报command not found解决方法相关的知识,希望对你有一定的参考价值。
以上是关于ubuntu终端执行shell脚本报command not found解决方法的主要内容,如果未能解决你的问题,请参考以下文章
运行shell脚本报错```$'\r':command not found```
shell脚本运行报错$' ': command not found