关于windows 创建sh文件 以及 权限-bash: Permission denied 问题解决
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
使用记事本创建创建test.txt文件,修改后缀名为sh后,再文件里写以下内容:
#!/bin/bash
echo “hello world”
这样的文件再linux里是无法执行的,会出现以下类似错误:
: 没有那个文件或目录bin/bash ./test.sh:行1: #!/bin/bash: 没有那个文件或目录
可以使用Notepad++修改文件编码与文本格式方式修改
1.修改文档格式
2.修改编码格式
在执行./text.sh的时候,爆出了Permission denied,
用命令chmod 修改一下当前目录下的.sh权限就可以了
如chmod u+x *.sh
在此执行,OK了。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)