1.问题描述
linux打开/运行某文件,报错--bash权限不够
2.案例
访问apache-tomcat-9.0.82/bin目录下的./version.sh
[root@localhost bin]# ./version.sh
-bash: ./version.sh: 权限不够
解决方法:先查看资源的路径pwd
给该路径加权限(chmod)
chmod a+x /usr/local/apache-tomcat-9.0.82/bin/*
最后在访问./version.sh(不会报错)
文章来源:https://www.toymoban.com/news/detail-769871.html
文章来源地址https://www.toymoban.com/news/detail-769871.html
到了这里,关于linux遇到的问题-bash权限不够的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!