关于LINUX权限-bash: ./startup.sh: Permission denied .

 

 

用命令chmod 修改一下bin目录下的.sh权限就可以了

如chmod u+x *.sh  (星号:通配符)

在此执行,OK了。

 

你可能感兴趣的:(linux,通配符)